Skip to content

Commit 565bf17

Browse files
ci: Update some GitHub Action versions, and specify npm registry
1 parent 49bb0e4 commit 565bf17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: ${{ !contains(github.event.head_commit.message, '[ci-skip]') }}
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v3
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
19+
with:
20+
registry-url: 'https://registry.npmjs.org'
1921
- name: Configure git
2022
run: |
2123
git config user.name "GitHub Actions Bot"

0 commit comments

Comments
 (0)