Skip to content

Commit

Permalink
use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Oct 2, 2023
1 parent a0d89a4 commit dd03fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
- name: Set up Node.js 20
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 20

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- run: |
npm install
- run: |
Expand Down

0 comments on commit dd03fa3

Please sign in to comment.