Skip to content

Commit

Permalink
fix which node
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 20, 2024
1 parent c0e80c0 commit 20fa0c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
apk add --update nodejs nodejs-npm git curl
node -v
which node
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
Expand Down Expand Up @@ -115,8 +116,9 @@ jobs:
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
apk add --update nodejs nodejs-npm git curl
node -v
which node
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
Expand Down

0 comments on commit 20fa0c7

Please sign in to comment.