Skip to content

Commit b58568d

Browse files
committed
Update CI to Node 26
1 parent d0de4f0 commit b58568d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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: 24.x
15+
node-version: 26.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

@@ -22,9 +22,9 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest]
2424
node-version:
25-
- 20.x
2625
- 22.x
2726
- 24.x
27+
- 26.x
2828
steps:
2929
- name: Use Node.js ${{ matrix.node-version }}
3030
uses: actions/setup-node@v6
@@ -67,9 +67,9 @@ jobs:
6767
matrix:
6868
os: [ubuntu-latest]
6969
node-version:
70-
- 20.x
7170
- 22.x
7271
- 24.x
72+
- 26.x
7373
spec:
7474
- 1-1
7575
- 1-2
@@ -102,6 +102,6 @@ jobs:
102102
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
103103
- uses: actions/setup-node@v6
104104
with:
105-
node-version: 24.x
105+
node-version: 26.x
106106
- run: yarn install
107107
- run: npx webpack

0 commit comments

Comments
 (0)