File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 - run : corepack enable
1010 - uses : actions/setup-node@v5
1111 with :
12- node-version : 22
12+ node-version : 24
1313 cache : " yarn"
1414 - name : run eslint
1515 run : |
Original file line number Diff line number Diff line change 3535 - run : corepack enable
3636 - uses : actions/setup-node@v5
3737 with :
38- node-version : 22
38+ node-version : 24
3939 registry-url : " https://registry.npmjs.org"
4040 cache : " yarn"
4141 - run : yarn install --immutable
Original file line number Diff line number Diff line change 1616 - run : corepack enable
1717 - uses : actions/setup-node@v5
1818 with :
19- node-version : 22
19+ node-version : 24
2020 cache : " yarn"
2121 - run : yarn install --immutable
2222 - run : yarn sync
Original file line number Diff line number Diff line change 99 - run : corepack enable
1010 - uses : actions/setup-node@v5
1111 with :
12- node-version : 22
12+ node-version : 24
1313 cache : " yarn"
1414 - name : Install deps and build
1515 run : |
1616 yarn install --immutable
1717 yarn build
1818 rm -rf node_modules
1919
20- - name : test built package on node@22
20+ - name : test built package on node@24
2121 working-directory : ./package-test/
2222 run : |
2323 # CI implies --immutable
3232
3333 - uses : actions/setup-node@v5
3434 with :
35- node-version : 20
36- - name : test build package on node@20
35+ node-version : 22
36+ - name : test build package on node@22
3737 working-directory : ./package-test/
3838 run : |
3939 node -v
You can’t perform that action at this time.
0 commit comments