Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit b05086a

Browse files
fix: update node version in release pipeline
1 parent 2cd0590 commit b05086a

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node version
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 16
32+
node-version: 20.x
3333
- name: Install dependencies
3434
run: npm ci
3535
- run: npm run build
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup Node version
5151
uses: actions/setup-node@v4
5252
with:
53-
node-version: 16
53+
node-version: 20.x
5454
registry-url: https://registry.npmjs.org/
5555
- name: Setup Git
5656
run: |

0 commit comments

Comments
 (0)