This repository was archived by the owner on Dec 6, 2023. It is now read-only.
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@v2
15- - uses : actions/setup-node@v2
15+ - uses : actions/setup-node@v4
1616 with :
1717 node-version : 12
1818 - run : npm ci
2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v2
26- - uses : actions/setup-node@v2
26+ - uses : actions/setup-node@v4
2727 with :
2828 node-version : 12
2929 registry-url : https://registry.npmjs.org/
3737 runs-on : ubuntu-latest
3838 steps :
3939 - uses : actions/checkout@v2
40- - uses : actions/setup-node@v2
40+ - uses : actions/setup-node@v4
4141 with :
4242 node-version : 12
4343 registry-url : https://npm.pkg.github.com/
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v2
2121 - name : Use Node.js ${{ matrix.node-version }}
22- uses : actions/setup-node@v2
22+ uses : actions/setup-node@v4
2323 with :
2424 node-version : ${{ matrix.node-version }}
2525 - run : npm ci
You can’t perform that action at this time.
0 commit comments