mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +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
|
||||
run: |
|
||||
apk add --update nodejs npm git curl
|
||||
ln -s /usr/bin/nodejs /usr/bin/node
|
||||
node -v
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.6
|
||||
- name: Install dependencies
|
||||
|
|
@ -116,7 +116,7 @@ jobs:
|
|||
- name: Install deps for alpine
|
||||
run: |
|
||||
apk add --update nodejs npm git curl
|
||||
ln -s /usr/bin/nodejs /usr/bin/node
|
||||
node -v
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.6
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue