We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfb41d commit 687cf11Copy full SHA for 687cf11
1 file changed
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
27
# fetch all tags and commits so that lerna can version appropriately
28
with:
29
fetch-depth: 0
@@ -37,9 +37,10 @@ jobs:
37
git config --global user.email '<41898282+github-actions[bot]@users.noreply.github.com'
38
39
- name: Setup Node
40
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
41
42
node-version: 20
43
+ registry-url: 'https://registry.npmjs.org'
44
45
- name: NPM install
46
# Use CI so that we don't update dependencies in this step.
0 commit comments