Skip to content

Commit

Permalink
use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
snowiow committed Jan 3, 2024
1 parent 733ad6b commit 3b99727
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.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: Check Format
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}
- 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: Check Format
Expand Down

0 comments on commit 3b99727

Please sign in to comment.