File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ jobs:
5757 path : ./out
5858 key : ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}}
5959
60- # This is faster than running `npm install `, we do not want to build zmq, etc.
60+ # This is faster than running `npm ci `, we do not want to build zmq, etc.
6161 # Let that happen in other jobs, this job needs to be fast
62- - name : npm install
63- run : npm install --ignore-scripts --prefer-offline --no-audit
62+ - name : npm ci
63+ run : npm ci --ignore-scripts --prefer-offline --no-audit
6464 env :
6565 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6666
Original file line number Diff line number Diff line change 3232 scope : ' @deepnote'
3333
3434 - name : Install dependencies
35- run : npm install --prefer-offline --no-audit
35+ run : npm ci --prefer-offline --no-audit
3636 env :
3737 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3838
6363 cache : ' npm'
6464
6565 - name : Install dependencies
66- run : npm install --prefer-offline --no-audit
66+ run : npm ci --prefer-offline --no-audit
6767
6868 - name : Run postinstall
6969 run : npm run postinstall
Original file line number Diff line number Diff line change 3333 scope : ' @deepnote'
3434
3535 - name : Install dependencies
36- run : npm install --prefer-offline --no-audit
36+ run : npm ci --prefer-offline --no-audit
3737 env :
3838 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3939
You can’t perform that action at this time.
0 commit comments