File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4.2.1
2121 - name : Use Node.js ${{ matrix.node-version }}
22- uses : actions/setup-node@v4.0.4
22+ uses : actions/setup-node@v4.4.0
2323 with :
2424 node-version : ${{ matrix.node-version }}
2525 - name : npm install and test
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4.2.1
12- - uses : actions/setup-node@v4.0.4
12+ - uses : actions/setup-node@v4.4.0
1313 with :
1414 node-version : 20
1515 - run : npm ci
2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v4.2.1
23- - uses : actions/setup-node@v4.0.4
23+ - uses : actions/setup-node@v4.4.0
2424 with :
2525 node-version : 20
2626 registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments