File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 matrix :
1919 os : [ubuntu-latest, macos-latest, windows-latest]
20- node : ["16 "]
20+ node : ["24 "]
2121 name : install - ${{ matrix.os }} - ${{ matrix.node }}
2222 runs-on : ${{ matrix.os }}
2323 steps :
2727 with :
2828 node-version : ${{ matrix.node }}
2929 - name : restore lerna
30- uses : actions/cache@v2
30+ uses : actions/cache@v4
3131 with :
3232 path : |
3333 node_modules
4444 strategy :
4545 matrix :
4646 os : [ubuntu-latest, macos-latest, windows-latest]
47- node : ["16 "]
47+ node : ["24 "]
4848 name : lint - ${{ matrix.os }} - ${{ matrix.node }}
4949 runs-on : ${{ matrix.os }}
5050 steps :
5454 with :
5555 node-version : ${{ matrix.node }}
5656 - name : Load node_modules
57- uses : actions/cache@v2
57+ uses : actions/cache@v4
5858 with :
5959 path : |
6060 node_modules
6666 strategy :
6767 matrix :
6868 os : [ubuntu-latest, macos-latest, windows-latest]
69- node : ["16 "]
69+ node : ["24 "]
7070 name : build - ${{ matrix.os }} - ${{ matrix.node }}
7171 runs-on : ${{ matrix.os }}
7272 steps :
7676 with :
7777 node-version : ${{ matrix.node }}
7878 - name : Load node_modules
79- uses : actions/cache@v2
79+ uses : actions/cache@v4
8080 with :
8181 path : |
8282 node_modules
You can’t perform that action at this time.
0 commit comments