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 2cd96e2 commit a3dd59eCopy full SHA for a3dd59e
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: ⎔ Setup Node
29
uses: actions/setup-node@v4
30
with:
31
- node-version: 18
+ node-version: 20
32
33
- name: 📥 Install dependencies
34
run: npm install
@@ -49,16 +49,16 @@ jobs:
49
# On other platforms
50
- os: windows-latest
51
eslint: 8
52
- node: 18
+ node: 20
53
- os: macos-latest
54
55
56
# On old ESLint versions
57
- eslint: 7
58
59
os: ubuntu-latest
60
- eslint: 6
61
62
63
# On the minimum supported ESLint/Node.js version
64
- eslint: 6.0.0
@@ -103,7 +103,7 @@ jobs:
103
- name: ⎔ Setup node
104
105
106
107
108
109
0 commit comments