Skip to content

Commit

Permalink
chore!: drop support for Node.js 16 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas authored Nov 26, 2024
1 parent 1f9098d commit af3f791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]
node-version: [18.x, 20.x, 22.x, 23.x]
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 @@ -46,6 +46,6 @@
"tstyche": "3.0.0"
},
"engines": {
"node": ">=16"
"node": ">=18"
}
}

0 comments on commit af3f791

Please sign in to comment.