mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
fix: node
This commit is contained in:
parent
28c0413bb5
commit
a62e15e78d
1 changed files with 8 additions and 2 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
|
@ -53,7 +53,10 @@ jobs:
|
|||
steps:
|
||||
- name: Install deps for alpine
|
||||
run: |
|
||||
apk add --update nodejs-current npm git curl
|
||||
apk add --update nodejs npm git curl
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.6
|
||||
- name: Install dependencies
|
||||
|
|
@ -114,7 +117,10 @@ jobs:
|
|||
steps:
|
||||
- name: Install deps for alpine
|
||||
run: |
|
||||
apk add --update nodejs-current npm git curl
|
||||
apk add --update nodejs npm git curl
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.6
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue