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 5047fe7 commit 51406a7Copy full SHA for 51406a7
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
13
- uses: actions/setup-node@v5
14
with:
15
- node-version: 18.x
+ node-version: 22.x
16
- run: yarn install
17
- run: yarn run lint
18
@@ -73,6 +73,6 @@ jobs:
73
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
74
75
76
77
78
- run: npx webpack
0 commit comments