Skip to content

Commit

Permalink
Test against Node.js 16, 18, and 20
Browse files Browse the repository at this point in the history
Other workflows are updated to Node.js 20.
  • Loading branch information
remcohaszing committed Oct 23, 2023
1 parent f3e7e80 commit 3fe4b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
- ubuntu-latest
- windows-latest
node:
- 16
- 18
- 20
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org
- run: npm install
- uses: changesets/action@v1
Expand Down

0 comments on commit 3fe4b4b

Please sign in to comment.