Skip to content

Commit cab3424

Browse files
AchoArnoldCopilot
andcommitted
fix(ci): drop Node 20 from matrix (xo 3.x requires Node 22+)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f676e06 commit cab3424

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
node-version:
1313
- latest
1414
- 22
15-
- 20
1615

1716
steps:
1817
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"types": "./dist/index.d.ts",
1919
"engines": {
20-
"node": ">=20"
20+
"node": ">=22"
2121
},
2222
"scripts": {
2323
"test": "xo --env=node && npm run build && mocha -r ts-node/register 'tests/**/*.js'",

0 commit comments

Comments
 (0)