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 f85ffc6 commit 6855000Copy full SHA for 6855000
.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: '22'
+ node-version: '20.11.0'
17
- run: pnpm install
18
- run: pnpm build
19
- run: pnpm lint
@@ -40,6 +40,7 @@ jobs:
40
fail-fast: false
41
matrix:
42
node_js_version:
43
+ - '20.11.0'
44
- '22'
45
build:
46
runs-on: ubuntu-latest
@@ -55,7 +56,7 @@ jobs:
55
56
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": ">=22"
+ "node": ">=20.11.0"
75
76
"keywords": [
77
"eslint",
0 commit comments