We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d9964 commit f85ffc6Copy full SHA for f85ffc6
.github/workflows/feature.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: setup node.js
14
uses: actions/setup-node@v4
15
with:
16
- node-version: '20.11.0'
+ node-version: '22'
17
- run: pnpm install
18
- run: pnpm build
19
- run: pnpm lint
@@ -40,7 +40,6 @@ jobs:
40
fail-fast: false
41
matrix:
42
node_js_version:
43
- - '20.11.0'
44
- '22'
45
build:
46
runs-on: ubuntu-latest
@@ -56,7 +55,7 @@ jobs:
56
55
57
58
59
60
61
62
timeout-minutes: 10
package.json
@@ -71,7 +71,7 @@
71
"typescript-eslint": "^8.33.0"
72
},
73
"engines": {
74
- "node": ">=20.11.0"
+ "node": ">=22"
75
76
"keywords": [
77
"eslint",
0 commit comments