File tree Expand file tree Collapse file tree 5 files changed +41
-2
lines changed Expand file tree Collapse file tree 5 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 3434 cache : ' npm'
3535 node-version : ${{ env.NODE_VERSION }}
3636 registry-url : ' https://npm.pkg.github.com'
37+ scope : ' @deepnote'
3738
3839 - name : Install dependencies
3940 run : npm ci --prefer-offline --no-audit
6061 cache : ' npm'
6162 node-version : ${{ env.NODE_VERSION }}
6263 registry-url : ' https://npm.pkg.github.com'
64+ scope : ' @deepnote'
6365
6466 - name : Install dependencies
6567 run : npm ci --prefer-offline --no-audit
Original file line number Diff line number Diff line change 4444 with :
4545 node-version : ${{env.NODE_VERSION}}
4646 registry-url : ' https://npm.pkg.github.com'
47+ scope : ' @deepnote'
4748
4849 - name : Cache npm files
4950 uses : actions/cache@v4
Original file line number Diff line number Diff line change 3232 cache : ' npm'
3333 node-version : ${{ env.NODE_VERSION }}
3434 registry-url : ' https://npm.pkg.github.com'
35+ scope : ' @deepnote'
3536
3637 - name : Install dependencies
3738 run : npm ci --prefer-offline --no-audit
Original file line number Diff line number Diff line change 11@deepnote:registry = https://npm.pkg.github.com
2+
3+ public-hoist-pattern[] = *zeromq*
4+ hoist-pattern[] = *zeromq*
You can’t perform that action at this time.
0 commit comments