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
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
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
You can’t perform that action at this time.
0 commit comments