Skip to content

Commit fecc0ce

Browse files
committed
chore: update Node.js version and pnpm installation in CI workflow
- Changed Node.js version from 20 to 22. - Updated pnpm installation to version 9.4.0.
1 parent 12ef235 commit fecc0ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- name: setup node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 22
2222
- name: install pnpm
23-
run: npm i pnpm@latest -g
23+
run: npm i pnpm@9.4.0 -g
2424
- name: Setup npmrc
2525
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
2626
- name: setup pnpm config

0 commit comments

Comments
 (0)