Skip to content

Commit

Permalink
upgrade to Node 20 and add to test matrix (#370)
Browse files Browse the repository at this point in the history
closes #359
  • Loading branch information
bartveneman authored Dec 29, 2023
1 parent b043363 commit fc42e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm install --ignore-scripts --no-audit
- run: npm test

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install --ignore-scripts --no-audit
- run: npm run build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- 14.13.0
- 16
- 18
- 20

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fc42e8e

Please sign in to comment.