Skip to content

Commit

Permalink
fix: node version
Browse files Browse the repository at this point in the history
Drop official support for Node versions older than 18.

BREAKING CHANGE: Node versions older than 18 are not ufficially supported
  • Loading branch information
dnlup committed Dec 19, 2023
1 parent 40dc270 commit 2748abf
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

runs-on: ${{ matrix.os }}
steps:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
"author": "",
"license": "MIT",
"engines": {
"node": ">=16",
"npm": ">=8"
"node": ">=18"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.4",
Expand Down

0 comments on commit 2748abf

Please sign in to comment.