We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bb0e4 commit 565bf17Copy full SHA for 565bf17
.github/workflows/npm-publish.yml
@@ -14,8 +14,10 @@ jobs:
14
runs-on: ubuntu-latest
15
if: ${{ !contains(github.event.head_commit.message, '[ci-skip]') }}
16
steps:
17
- - uses: actions/checkout@v2
18
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
19
+ with:
20
+ registry-url: 'https://registry.npmjs.org'
21
- name: Configure git
22
run: |
23
git config user.name "GitHub Actions Bot"
0 commit comments