Skip to content

Commit

Permalink
ci: track Node.js version used in this project in .nvmrc file (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Addono authored Jan 14, 2023
1 parent 5830c98 commit 8613616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version-file: ".nvmrc"
cache: 'npm'

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16

0 comments on commit 8613616

Please sign in to comment.