We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7a92d commit 15a3ef8Copy full SHA for 15a3ef8
2 files changed
.github/workflows/publish.yml
@@ -22,9 +22,8 @@ jobs:
22
node-version-file: ./package.json
23
registry-url: https://registry.npmjs.org
24
25
- - name: Update npm and setup pnpm
+ - name: Setup pnpm
26
run: |
27
- npm i -g npm@latest
28
npm i -g corepack@latest
29
corepack enable
30
package.json
@@ -10,6 +10,6 @@
10
},
11
"packageManager": "pnpm@10.33.0",
12
"engines": {
13
- "node": "22.x"
+ "node": "24.x"
14
}
15
0 commit comments