Skip to content

Commit

Permalink
Adds registry and auth to node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Jan 17, 2021
1 parent 2f664cf commit 7f23bf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Set node version
uses: actions/setup-node@v1
with:
always-auth: true
node-version: ${{ steps.nvm.outputs.version }}
registry-url: 'https://registry.npmjs.org'
- name: Cache yarn version
id: yarn-cache
uses: actions/cache@v2
Expand Down

0 comments on commit 7f23bf0

Please sign in to comment.