Skip to content

Commit

Permalink
Merge pull request #20 from michealroberts/chore/configuration/node
Browse files Browse the repository at this point in the history
chore: add node v.20.* compatibility to package.json configuration
  • Loading branch information
michealroberts authored Jul 17, 2024
2 parents b534cc4 + 25cd765 commit ed7f43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18, 19]
node: [18, 19, 20]

env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"adapter"
],
"engines": {
"node": ">=18.12.1 < 20"
"node": ">=18.12.1 < 22"
},
"license": "MIT",
"files": [
Expand Down

0 comments on commit ed7f43c

Please sign in to comment.