Skip to content

Commit

Permalink
Revert "Remove unsupported engines"
Browse files Browse the repository at this point in the history
This reverts commit 172252b.
  • Loading branch information
keeganwitt committed May 21, 2024
1 parent bc67f31 commit a46d880
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [14.x, 16.x, 18.x, 19.x, 20.x]
jest-version: [27, 28, 29]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"jest-get-type": "^29.0.0"
},
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"lint-staged": {
"*.js": "eslint --fix",
Expand Down

0 comments on commit a46d880

Please sign in to comment.