Skip to content

Commit 51406a7

Browse files
Update dependency node to v22
1 parent 5047fe7 commit 51406a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: 18.x
15+
node-version: 22.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

@@ -73,6 +73,6 @@ jobs:
7373
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
7474
- uses: actions/setup-node@v5
7575
with:
76-
node-version: 18.x
76+
node-version: 22.x
7777
- run: yarn install
7878
- run: npx webpack

0 commit comments

Comments
 (0)