Skip to content

Commit 79c6d12

Browse files
committed
Lock and workflow updates
1 parent 2f0e631 commit 79c6d12

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
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
@@ -60,6 +61,7 @@ jobs:
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

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
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

.github/workflows/deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
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

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
@deepnote:registry=https://npm.pkg.github.com
2+
3+
public-hoist-pattern[]=*zeromq*
4+
hoist-pattern[]=*zeromq*

package-lock.json

Lines changed: 34 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)