Skip to content

Commit

Permalink
Test against Node.js 20 (#343)
Browse files Browse the repository at this point in the history
* Test against Node.js 18 and 20
  • Loading branch information
remcohaszing authored Oct 23, 2023
1 parent f3e7e80 commit ec0e5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
- windows-latest
node:
- 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 ec0e5fa

Please sign in to comment.