Skip to content

Commit

Permalink
chore(deps)!: update node.js to v22 (#85)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for Node < 18

Co-authored-by: unill-renovate[bot] <192801153+unill-renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Cavin <[email protected]>
  • Loading branch information
unill-renovate[bot] and sheerlox authored Jan 9, 2025
1 parent 469a0bc commit 5123b1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
test_matrix:
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20, 22]

runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tempy": "3.1.0"
},
"engines": {
"node": ">=16.3.0"
"node": ">=18.20"
},
"files": [
"lib",
Expand Down

0 comments on commit 5123b1f

Please sign in to comment.