Skip to content

Commit c961f90

Browse files
committed
ci: drop node v20
1 parent 4b51ded commit c961f90

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [20.x, 22.x, 24.x]
8+
node-version: [22.x, 24.x]
99
steps:
1010
- uses: actions/checkout@v4
1111
- run: npm install -g corepack@latest

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.mts",
88
"type": "module",
9+
"packageManager": "pnpm@10.12.4",
10+
"engines": {
11+
"node": ">=22.0.0"
12+
},
913
"exports": {
1014
".": {
1115
"types": "./dist/index.d.mts",

0 commit comments

Comments
 (0)