Skip to content

Commit

Permalink
Add test for Node.js 20, drop 19
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed May 2, 2023
1 parent 333a631 commit dfe6f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node: [ 14, 16, 18, 19 ]
node: [ 14, 16, 18, 20 ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit dfe6f52

Please sign in to comment.