Skip to content

Commit

Permalink
fix github action npm registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed May 26, 2022
1 parent 34fb074 commit b3db948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16.x
registry-url: https://registry.npmjs.org
- name: Install deps
uses: bahmutov/npm-install@v1
- name: Lint
Expand Down

0 comments on commit b3db948

Please sign in to comment.