Skip to content

Commit

Permalink
Use setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent fda8e8e commit ff4ec50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: brew install nodejs
#- name: Download node.js
# run: curl -o /tmp/node.pkg https://nodejs.org/dist/v20.10.0/node-v20.10.0.pkg && sudo installer -pkg /tmp/node.pkg -target /
#- name: Install deps
# run: npm install
- name: Install deps
run: npm install
- name: Create apps folder
run: mkdir -p apps
- name: List files
Expand Down

0 comments on commit ff4ec50

Please sign in to comment.