Skip to content

Commit

Permalink
chore: update node-version from 16 to 20 (#4845)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBelov authored Nov 11, 2024
1 parent 658a55b commit 381f012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run shipit
Expand Down

0 comments on commit 381f012

Please sign in to comment.