Skip to content

Commit

Permalink
chore: drop support for non-active Node.js versions (#402)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropping support for Node.js v16 and v18
  • Loading branch information
Belco90 authored Jan 26, 2025
1 parent bf81c76 commit 4f7385a
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 @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ['16', '18', '20', '22']
node_version: ['20', '22']

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "5.7.2"
},
"engines": {
"node": "^16.0.0 || ^18.0.0 || ^20.0.0 || >=22.0.0",
"node": "^20.0.0 || ^22.0.0",
"pnpm": "^9.15.0"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit 4f7385a

Please sign in to comment.