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 bdc1b06 commit b31112bCopy full SHA for b31112b
.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,9 +22,6 @@ jobs:
22
matrix:
23
os: [ubuntu-latest]
24
node-version:
25
- - 14.x
26
- - 16.x
27
- - 18.x
28
- 20.x
29
- 22.x
30
- 24.x
@@ -69,9 +66,6 @@ jobs:
69
66
70
67
71
68
72
73
74
75
76
77
@@ -105,6 +99,6 @@ jobs:
105
99
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
106
100
107
101
108
102
109
103
110
104
- run: npx webpack
0 commit comments