mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +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:
|
||||
- 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/checkout@v4.1.6
|
||||
- name: Install dependencies
|
||||
|
|
@ -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/checkout@v4.1.6
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue