Skip to content

Commit

Permalink
Add node 20/22
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Sep 21, 2024
1 parent 4460561 commit 543e9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18]
node: [18, 20, 22]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"normalize-newline": "^4.0.0"
},
"engines": {
"node": "^18.0.0"
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 543e9a5

Please sign in to comment.