Skip to content

Commit

Permalink
[Action] fix node using nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgirard committed Feb 22, 2023
1 parent 16870fd commit 8a7a465
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:

- name: Fix Node version
run: |
curl -L https://bit.ly/n-install | bash
n 16
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
nvm install 16
nvm use 16
- name: Install
run: npm install
Expand Down

0 comments on commit 8a7a465

Please sign in to comment.