We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1f6ae commit 977eb2dCopy full SHA for 977eb2d
1 file changed
.github/workflows/npm-publish.yml
@@ -25,12 +25,14 @@ jobs:
25
- name: Install Node.js
26
uses: actions/setup-node@v4
27
with:
28
- node-version: '20.x'
+ node-version: '24'
29
registry-url: https://registry.npmjs.org
30
- cache: 'pnpm'
31
32
- name: Install dependencies
33
run: pnpm install
+ with:
34
+ version: 10
35
+ run_install: true
36
37
- name: Build
38
run: pnpm run build
0 commit comments