Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Mar 6, 2023
1 parent 0e16fdf commit cb1013e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v3
always-auth: true
registry-url: 'https://registry.npmjs.org'
with:
node-version-file: .nvmrc
always-auth: true
registry-url: 'https://registry.npmjs.org'

- name: Cache dependencies
id: yarn-cache
Expand Down

0 comments on commit cb1013e

Please sign in to comment.