mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-12 22:17:24 +00:00
fix: node current
This commit is contained in:
parent
2736c81424
commit
28c0413bb5
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 npm git curl
|
apk add --update nodejs-current npm git curl
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.6
|
uses: actions/checkout@v4.1.6
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
@ -114,7 +114,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install deps for alpine
|
- name: Install deps for alpine
|
||||||
run: |
|
run: |
|
||||||
apk add --update nodejs npm git curl
|
apk add --update nodejs-current npm git curl
|
||||||
- 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