Skip to content

Commit

Permalink
[conf] drop node@18 support because upstream got dropped it
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Dec 25, 2023
1 parent 3221e61 commit 3dc54e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
node-version:
- 18
- 20
- 21

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
node-version:
- 18
- 20
- 21
os-release:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"vitest": "1.1.0"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"volta": {
"node": "20.10.0",
Expand Down

0 comments on commit 3dc54e5

Please sign in to comment.