Skip to content

Commit

Permalink
fixes github action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Sep 1, 2023
1 parent 3400c58 commit b45c87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 #v2.5.2
with:
node-version: '16.x'
node-version-file: .nvmrc
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build with builder bob
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit b45c87e

Please sign in to comment.