mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 15:31:44 +00:00
fix: deps
This commit is contained in:
parent
006c7f4c5a
commit
2736c81424
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -51,6 +51,9 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:eb2b13602562cca1424257ab17945d5c7e402764da66a6216d9de385e5f9e3ad
|
image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:eb2b13602562cca1424257ab17945d5c7e402764da66a6216d9de385e5f9e3ad
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install deps for alpine
|
||||||
|
run: |
|
||||||
|
apk add --update nodejs 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
|
||||||
|
|
@ -109,6 +112,9 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:b333a6ba512596007c2683825dd364570303624164926019bbe674d90c28d5fc
|
image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:b333a6ba512596007c2683825dd364570303624164926019bbe674d90c28d5fc
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install deps for alpine
|
||||||
|
run: |
|
||||||
|
apk add --update nodejs 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