Skip to content

Commit

Permalink
chore: test with Nodejs 18 and 20 versions (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
riosgabriel authored Oct 27, 2023
1 parent dad8932 commit e3db4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['^16']
node-version: ['^16', '^18', '^20']
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down

0 comments on commit e3db4b5

Please sign in to comment.