Skip to content

Commit 687cf11

Browse files
authored
chore: add the registry URL and update actions in publish (#2656)
1 parent cbfb41d commit 687cf11

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v5
2727
# fetch all tags and commits so that lerna can version appropriately
2828
with:
2929
fetch-depth: 0
@@ -37,9 +37,10 @@ jobs:
3737
git config --global user.email '<41898282+github-actions[bot]@users.noreply.github.com'
3838
3939
- name: Setup Node
40-
uses: actions/setup-node@v3
40+
uses: actions/setup-node@v6
4141
with:
4242
node-version: 20
43+
registry-url: 'https://registry.npmjs.org'
4344

4445
- name: NPM install
4546
# Use CI so that we don't update dependencies in this step.

0 commit comments

Comments
 (0)