Skip to content

Commit

Permalink
Add Node.js 20 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jun 30, 2023
1 parent cac21c8 commit c7ea135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^14.19, ^16.15, ^18]
node-version: [^14.19, ^16.15, ^18, ^20]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.0.0",
"description": "TypeScript provider for AVA",
"engines": {
"node": ">=14.19 <15 || >=16.15 <17 || >=18"
"node": "^14.19 || ^16.15 || ^18 || ^20"
},
"files": [
"index.js"
Expand Down

0 comments on commit c7ea135

Please sign in to comment.