Skip to content

Commit

Permalink
[TASK] Use nvm to ensure correct node version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Aug 2, 2021
1 parent 18af084 commit 1d5e787
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 @@ -81,7 +81,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '14'
- name: Install
run: |
cd Build
Expand Down
1 change: 1 addition & 0 deletions Build/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v14

0 comments on commit 1d5e787

Please sign in to comment.