Skip to content

Commit f85ffc6

Browse files
committed
fix: require node v22
1 parent 88d9964 commit f85ffc6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/feature.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: setup node.js
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: '20.11.0'
16+
node-version: '22'
1717
- run: pnpm install
1818
- run: pnpm build
1919
- run: pnpm lint
@@ -40,7 +40,6 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
node_js_version:
43-
- '20.11.0'
4443
- '22'
4544
build:
4645
runs-on: ubuntu-latest
@@ -56,7 +55,7 @@ jobs:
5655
- name: setup node.js
5756
uses: actions/setup-node@v4
5857
with:
59-
node-version: '20.11.0'
58+
node-version: '22'
6059
- run: pnpm install
6160
- run: pnpm build
6261
timeout-minutes: 10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"typescript-eslint": "^8.33.0"
7272
},
7373
"engines": {
74-
"node": ">=20.11.0"
74+
"node": ">=22"
7575
},
7676
"keywords": [
7777
"eslint",

0 commit comments

Comments
 (0)