Skip to content

Commit

Permalink
allow node 18.15
Browse files Browse the repository at this point in the history
fix: #11
  • Loading branch information
isaacs committed Oct 11, 2023
1 parent 528f8d5 commit 75999cf
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 @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 18.15.x, 18.x, 20.x]
platform:
- os: ubuntu-latest
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"coverage-map": "map.js"
},
"engines": {
"node": "16 >=16.17 || 18 >=18.16.0 || >=20.6.1"
"node": "16 >=16.17 || 18 >=18.15.0 || >=20.6.1"
},
"repository": "https://github.com/isaacs/tshy",
"keywords": [
Expand Down

0 comments on commit 75999cf

Please sign in to comment.