File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments