Skip to content

Commit 268cfd7

Browse files
committed
update minimum node version
1 parent aac510c commit 268cfd7

File tree

4 files changed

+5407
-4126
lines changed

4 files changed

+5407
-4126
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x, 18.x, 20.x]
15+
node-version: [20.x, 22.x, 24.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: pnpm/action-setup@v2
19+
- uses: pnpm/action-setup@v4
2020
name: Install pnpm
21-
with:
22-
version: 8
2321
- uses: actions/setup-node@v4
2422
with:
2523
node-version: ${{ matrix.node-version }}

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,10 @@
8484
"typescript": "^5.0.4"
8585
},
8686
"engines": {
87-
"node": "16.* || 18.* || >= 20.*"
87+
"node": "20.* || 22.* || >= 24.*"
8888
},
8989
"publishConfig": {
9090
"registry": "https://registry.npmjs.org"
9191
},
92-
"volta": {
93-
"node": "16.20.2",
94-
"yarn": "1.22.21"
95-
}
92+
"packageManager": "[email protected]+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
9693
}

0 commit comments

Comments
 (0)