Skip to content

Commit

Permalink
Drop support for node < 18.18.0.
Browse files Browse the repository at this point in the history
Preparing for upgrade of commander, update-notifier, and @typescript-eslint/*.
  • Loading branch information
raineorshine committed Mar 14, 2024
1 parent dadb13f commit 46fc5b2
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 @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [18, 20]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pnpm"
],
"engines": {
"node": "^16 < 16.15.1 || >16.15.1",
"node": "^18.18.0 || >=20.0.0",
"npm": ">=8.12.1"
},
"main": "build/src/index.js",
Expand Down

0 comments on commit 46fc5b2

Please sign in to comment.