mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: link node
This commit is contained in:
parent
a62e15e78d
commit
73890c1a9a
1 changed files with 2 additions and 6 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -54,9 +54,7 @@ jobs:
|
|||
- name: Install deps for alpine
|
||||
run: |
|
||||
apk add --update nodejs npm git curl
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
ln -s /usr/bin/nodejs /usr/bin/node
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.6
|
||||
- name: Install dependencies
|
||||
|
|
@ -118,9 +116,7 @@ jobs:
|
|||
- name: Install deps for alpine
|
||||
run: |
|
||||
apk add --update nodejs npm git curl
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
ln -s /usr/bin/nodejs /usr/bin/node
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.6
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue