Skip to content

Commit c1bb511

Browse files
Update dependency node to v24
1 parent 970ef31 commit c1bb511

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@v6
1414
with:
15-
node-version: 22.x
15+
node-version: 24.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

@@ -104,6 +104,6 @@ jobs:
104104
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
105105
- uses: actions/setup-node@v6
106106
with:
107-
node-version: 22.x
107+
node-version: 24.x
108108
- run: yarn install
109109
- run: yarn run browser

0 commit comments

Comments
 (0)