Skip to content

Commit

Permalink
add registyr-url to setup-node
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita committed Jun 28, 2022
1 parent 8aee328 commit 7e94e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
${{ runner.os }}-build-node-
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: 16.x
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit 7e94e57

Please sign in to comment.