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 5f48191 commit 1132f7bCopy full SHA for 1132f7b
.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
@@ -22,7 +22,6 @@ jobs:
22
matrix:
23
os: [ubuntu-latest]
24
node-version:
25
- - 18.x
26
- 20.x
27
- 22.x
28
- 24.x
@@ -68,7 +67,6 @@ jobs:
68
67
69
70
71
72
73
74
@@ -102,6 +100,6 @@ jobs:
102
100
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
103
101
104
105
106
107
- run: npx webpack
0 commit comments