Skip to content

Commit

Permalink
[Action] j'y crois à mort
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgirard committed Feb 22, 2023
1 parent 8a7a465 commit ae31012
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

- name: Fix Node version
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
nvm install 16
nvm use 16
- name: Fix node version
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install
run: npm install
Expand Down

0 comments on commit ae31012

Please sign in to comment.