Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsontr authored Nov 4, 2023
1 parent 87a6e6e commit d96a38d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4.0.0
with:
node-version: 16
node-version: 14.17.1

- name: NPM
run: npm install -g npm@7.20.0

- name: Install client dependencies
run: cd client && npm install && cd ..

Expand Down

0 comments on commit d96a38d

Please sign in to comment.