mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 05:27:24 +00:00
fix: npm
This commit is contained in:
parent
20fa0c7de6
commit
253784ee4e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install deps for alpine
|
- name: Install deps for alpine
|
||||||
run: |
|
run: |
|
||||||
apk add --update nodejs nodejs-npm git curl
|
apk add --update nodejs npm git curl
|
||||||
node -v
|
node -v
|
||||||
which node
|
which node
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -116,7 +116,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install deps for alpine
|
- name: Install deps for alpine
|
||||||
run: |
|
run: |
|
||||||
apk add --update nodejs nodejs-npm git curl
|
apk add --update nodejs npm git curl
|
||||||
node -v
|
node -v
|
||||||
which node
|
which node
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue