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 12ef235 commit fecc0ceCopy full SHA for fecc0ce
1 file changed
.github/workflows/npm-publish.yml
@@ -18,9 +18,9 @@ jobs:
18
- name: setup node.js
19
uses: actions/setup-node@v4
20
with:
21
- node-version: 20
+ node-version: 22
22
- name: install pnpm
23
- run: npm i pnpm@latest -g
+ run: npm i pnpm@9.4.0 -g
24
- name: Setup npmrc
25
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
26
- name: setup pnpm config
0 commit comments