Skip to content

Commit ae62c2c

Browse files
committed
Remove node.js 21 and 23 from CI
1 parent bd2b68b commit ae62c2c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ jobs:
88
node:
99
- 18
1010
- 20
11-
- 21
1211
- 22
13-
- 23
1412
- 24
1513
os:
1614
- ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"metautil.d.ts"
2121
],
2222
"engines": {
23-
"node": "18 || 20 || 21 || 22 || 23 || 24"
23+
"node": "18 || 20 || 22 || 24"
2424
},
2525
"repository": {
2626
"type": "git",

0 commit comments

Comments
 (0)