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 97c7828 commit 133b682Copy full SHA for 133b682
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
13
- uses: actions/setup-node@v4
14
with:
15
- node-version: 18.x
+ node-version: 20.x
16
- run: yarn install
17
- run: yarn run lint
18
@@ -24,7 +24,6 @@ jobs:
24
matrix:
25
os: [ubuntu-latest, macos-latest, windows-latest]
26
node-version:
27
- - 18.x
28
- 20.x
29
- 22.x
30
- 24.x
0 commit comments