Skip to content

Commit

Permalink
fix: fix .nvmrc path in github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuasha420 committed May 1, 2022
1 parent 78d412e commit e31d2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
node-version-file: "template/.nvmrc"
cache: "yarn"
- name: Install dependencies
run: yarn
Expand Down

0 comments on commit e31d2eb

Please sign in to comment.