mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 14:37:24 +00:00
fix which node
This commit is contained in:
parent
c0e80c0f27
commit
20fa0c7de6
1 changed files with 4 additions and 2 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -53,8 +53,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install deps for alpine
|
- name: Install deps for alpine
|
||||||
run: |
|
run: |
|
||||||
apk add --update nodejs npm git curl
|
apk add --update nodejs nodejs-npm git curl
|
||||||
node -v
|
node -v
|
||||||
|
which node
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.6
|
uses: actions/checkout@v4.1.6
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
@ -115,8 +116,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install deps for alpine
|
- name: Install deps for alpine
|
||||||
run: |
|
run: |
|
||||||
apk add --update nodejs npm git curl
|
apk add --update nodejs nodejs-npm git curl
|
||||||
node -v
|
node -v
|
||||||
|
which node
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.6
|
uses: actions/checkout@v4.1.6
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue