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 e037a7b commit e0c7f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4.0.0
with:
node-version: 14.17.1
node-version: 20.9.0

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

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

0 comments on commit e0c7f3f

Please sign in to comment.