Skip to content

Commit e9323ce

Browse files
committed
Update CI to Node 26
1 parent b5e897a commit e9323ce

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
@@ -66,9 +66,9 @@ jobs:
6666
matrix:
6767
os: [ubuntu-latest]
6868
node-version:
69-
- 20.x
7069
- 22.x
7170
- 24.x
71+
- 26.x
7272
steps:
7373
- name: Use Node.js ${{ matrix.node-version }}
7474
uses: actions/setup-node@v6
@@ -99,6 +99,6 @@ jobs:
9999
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
100100
- uses: actions/setup-node@v6
101101
with:
102-
node-version: 24.x
102+
node-version: 26.x
103103
- run: yarn install
104104
- run: npx webpack

0 commit comments

Comments
 (0)