mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-16 07:51:46 +00:00
fix: node -v
This commit is contained in:
parent
73890c1a9a
commit
c0e80c0f27
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- name: Install deps for alpine
|
- name: Install deps for alpine
|
||||||
run: |
|
run: |
|
||||||
apk add --update nodejs npm git curl
|
apk add --update nodejs npm git curl
|
||||||
ln -s /usr/bin/nodejs /usr/bin/node
|
node -v
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.6
|
uses: actions/checkout@v4.1.6
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
@ -116,7 +116,7 @@ jobs:
|
||||||
- name: Install deps for alpine
|
- name: Install deps for alpine
|
||||||
run: |
|
run: |
|
||||||
apk add --update nodejs npm git curl
|
apk add --update nodejs npm git curl
|
||||||
ln -s /usr/bin/nodejs /usr/bin/node
|
node -v
|
||||||
- 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