Skip to content

Commit

Permalink
Merge pull request #59 from ponbike/feature/node-20
Browse files Browse the repository at this point in the history
Test with Node 20
  • Loading branch information
pieter-pon authored Jun 1, 2023
2 parents 2b8088c + 8d3f25a commit 2567d84
Show file tree
Hide file tree
Showing 5 changed files with 1,729 additions and 10,808 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 17.x, 18.x, 19.x]
node-version: [16.x, 18.x, 19.x, 20.x]

steps:
- uses: actions/checkout@v1
Expand Down
Loading

0 comments on commit 2567d84

Please sign in to comment.