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 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v5
15- - uses : actions/setup-node@v4
15+ - uses : actions/setup-node@v5
1616 with :
1717 node-version : lts/*
1818 cache : npm
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v5
2020 - name : Use Node.js ${{ matrix.node_version }}
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v5
2222 with :
2323 node-version : ${{ matrix.node_version }}
2424 cache : npm
3030 needs : test_matrix
3131 steps :
3232 - uses : actions/checkout@v5
33- - uses : actions/setup-node@v4
33+ - uses : actions/setup-node@v5
3434 with :
3535 node-version : ${{ matrix.node_version }}
3636 cache : npm
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v5
12- - uses : actions/setup-node@v4
12+ - uses : actions/setup-node@v5
1313 with :
1414 cache : npm
1515 node-version : lts/*
You can’t perform that action at this time.
0 commit comments