Skip to content

Commit

Permalink
Update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Feb 14, 2024
1 parent 3caad4b commit 144c2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: npm ci --force
- name: Build for development
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci --force
Expand Down

0 comments on commit 144c2ba

Please sign in to comment.