Skip to content

Commit 85cca61

Browse files
Merge pull request #182 from linked-planet/dev
added registry entries to node setup in workflow
2 parents c179674 + 872e568 commit 85cca61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
node-version: "${{ vars.NODE_VERSION || env.NODE_VERSION }}"
3232
cache: "pnpm"
33+
registry-url: "https://registry.npmjs.org"
3334
scope: "@linked-planet"
3435

3536
# if i run the deployment of the github pages from the github web ui, without a release, then there is no github.event.release...
@@ -72,6 +73,7 @@ jobs:
7273
with:
7374
node-version: "${{ vars.NODE_VERSION || env.NODE_VERSION }}"
7475
cache: "pnpm"
76+
registry-url: "https://registry.npmjs.org"
7577
scope: "@linked-planet"
7678

7779
- name: Get release version

0 commit comments

Comments
 (0)