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 533a91d commit 32e8a1cCopy full SHA for 32e8a1c
.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
@@ -25,7 +25,6 @@ jobs:
25
- ubuntu-latest
26
- windows-latest
27
node-version:
28
- - 18.x
29
- 20.x
30
- 22.x
31
- 24.x
@@ -73,7 +72,6 @@ jobs:
73
72
74
75
76
77
78
79
@@ -106,6 +104,6 @@ jobs:
106
104
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
107
105
108
109
110
111
- run: yarn run browser
0 commit comments