Skip to content

Commit 39faca1

Browse files
committed
chore: drop node 18
1 parent b43f484 commit 39faca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: build
5050
strategy:
5151
matrix:
52-
node-version: [18, 20, 22]
52+
node-version: [20, 22]
5353
os: [ubuntu-latest, windows-latest, macos-latest]
5454
verification-script:
5555
- pnpm --filter '!*typescript*' build

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"!template/**/node_modules/.bin/*"
1515
],
1616
"engines": {
17-
"node": ">=v18.3.0"
17+
"node": ">=v20.0.0"
1818
},
1919
"devEngines": {
2020
"packageManager": {

0 commit comments

Comments
 (0)