We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38be08 commit e107ab4Copy full SHA for e107ab4
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install Node.js
43
uses: actions/setup-node@v4
44
with:
45
- node-version: 20
+ node-version: 22
46
cache: 'pnpm'
47
- name: Install dependencies
48
run: pnpm install
.tool-versions
@@ -1,2 +1,2 @@
1
pnpm 10.11.0
2
-nodejs 22.4.1
+nodejs 22.18.0
0 commit comments