Skip to content

Commit bfcbbe0

Browse files
committed
ci: upgrade Node.js from v20 to v22 in npm publish workflow
1 parent a6e9cb1 commit bfcbbe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- uses: pnpm/action-setup@v2
1717
with:
1818
version: 9.10.0
19-
- name: Use Node.js 20
19+
- name: Use Node.js 22
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 20
22+
node-version: 22
2323
registry-url: https://registry.npmjs.org/
2424
cache: 'pnpm'
2525
- name: run pnpm install

0 commit comments

Comments
 (0)