Skip to content

Commit 4823325

Browse files
Update dependency node to v22
1 parent 3dd03ad commit 4823325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 20.x
15+
node-version: 22.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

@@ -99,6 +99,6 @@ jobs:
9999
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
100100
- uses: actions/setup-node@v4
101101
with:
102-
node-version: 20.x
102+
node-version: 22.x
103103
- run: yarn install
104104
- run: npx webpack

0 commit comments

Comments
 (0)