Skip to content

Commit

Permalink
bump node requirements to ^18.20.0 || ^20.10.0 || >=22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jul 12, 2024
1 parent 3c63b4e commit 9c418de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [14, 16, 18, 20]
node-version: [18, 20, 22]
webpack-version: ["5"]
include:
- node-version: "14.15.0" # The minimum supported node version
- node-version: "18.20.0" # The minimum supported node version
webpack-version: "5.0.0" # The minimum supported webpack version
os: ubuntu-latest
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"superIsCallableConstructor": true
},
"targets": {
"node": "14.15.0"
"node": "18.20.0"
},
"presets": [
[
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"main": "lib/index.js",
"engines": {
"node": ">= 14.15.0"
"node": "^18.20.0 || ^20.10.0 || >=22.0.0"
},
"dependencies": {
"find-cache-dir": "^4.0.0",
Expand Down

0 comments on commit 9c418de

Please sign in to comment.