Skip to content

Commit

Permalink
use node20 in gh actions (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowiow authored Jan 18, 2024
1 parent 76e71e9 commit fcd1068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use node.js 16.x
- name: Use node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: NPM Install
run: npm ci
- name: Version Package from Tag
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use node.js 16.x
- name: Use node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: NPM Install
run: npm ci
- name: Format Check
Expand Down

0 comments on commit fcd1068

Please sign in to comment.