Skip to content

Commit

Permalink
quote nvmrc in node-version-file
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchLui committed Jul 9, 2024
1 parent a106e10 commit 4f273ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bootstrap/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: '.nvmrc'

- name: Install dependencies
run: pnpm install --unsafe-perm --ignore-scripts
Expand Down

0 comments on commit 4f273ae

Please sign in to comment.