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 072c781 commit dbb0f8fCopy full SHA for dbb0f8f
3 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
run_install: false
20
- uses: actions/setup-node@v6
21
with:
22
- node-version: 22.x
+ node-version: 24.x
23
cache: 'pnpm'
24
25
- run: pnpm install
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: pnpm/action-setup@v4
31
32
33
- node-version: 22
+ node-version: 24
34
registry-url: 'https://registry.npmjs.org'
35
cache: pnpm
36
- run: pnpm install --frozen-lockfile
package.json
@@ -123,7 +123,7 @@
123
"node": "18.* || 20.* || >= 21"
124
},
125
"volta": {
126
- "node": "22.22.0",
+ "node": "24.14.0",
127
"pnpm": "9.15.9"
128
129
"publishConfig": {
0 commit comments