Skip to content

Commit

Permalink
chore!: drop support for node 18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropped support for node 18
  • Loading branch information
Fdawgs committed Feb 9, 2025
1 parent 4b242fc commit 18f09de
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 @@ -99,7 +99,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
node-version: [18, 20, 22]
node-version: [20, 22]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"author": "Frazer Smith <[email protected]>",
"funding": "https://github.com/sponsors/Fdawgs",
"engines": {
"node": ">=18"
"node": ">=20"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 18f09de

Please sign in to comment.