Skip to content

Commit 2cf6335

Browse files
committed
fix .npmrc setup
1 parent 4e0fd07 commit 2cf6335

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ runs:
88
with:
99
cache: "npm"
1010
node-version: 18.12.x
11-
registry-url: https://npm.pkg.github.com
12-
scope: "@dgma"
13-
always-auth: "true"
11+
registry-url: "https://registry.npmjs.org"
12+
scope: '@zeroledger'
13+
always-auth: 'true'
1414
- run: npm ci
1515
shell: bash

0 commit comments

Comments
 (0)