Skip to content

Commit

Permalink
fix!: set engine range to ^20.9.0 || >=22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Sep 5, 2024
1 parent 9cfa26b commit b862e2a
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [20.x, 22.x]
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 @@ -73,6 +73,6 @@
"directory": "test/types"
},
"engines": {
"node": ">=14.19.3"
"node": "^20.9.0 || >=22.0.0"
}
}

0 comments on commit b862e2a

Please sign in to comment.