Skip to content

Commit

Permalink
Use nvmrc file on the setup-node action (#124)
Browse files Browse the repository at this point in the history
* Use nvmrc file on the setup-node action

* Updated package-lock.json
  • Loading branch information
ja-bravo committed Dec 9, 2021
1 parent dd019b7 commit c4723bd
Show file tree
Hide file tree
Showing 2 changed files with 5,018 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v2.5.0
with:
node-version: 14.x
node-version-file: '.nvmrc'
- run: npm i
- run: npm run lint
- run: npm test
Expand Down
Loading

0 comments on commit c4723bd

Please sign in to comment.