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.
2 parents 9dd5ff9 + 697b8fc commit 3cbe27fCopy full SHA for 3cbe27f
1 file changed
.github/workflows/release.yml
@@ -23,12 +23,9 @@ jobs:
23
24
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
25
with:
26
- node-version: 22.x
+ node-version-file: '.nvmrc'
27
registry-url: 'https://registry.npmjs.org'
28
29
- - name: Update npm
30
- run: npm install -g npm@latest
31
-
32
- run: pnpm install
33
34
- name: Copy README files to published packages
0 commit comments