Skip to content

Commit 2b2b259

Browse files
Update dependency node to v22 (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 871e32d commit 2b2b259

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@v5
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@v5
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)