Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 20, 2024
1 parent 006c7f4 commit 2736c81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
container:
image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:eb2b13602562cca1424257ab17945d5c7e402764da66a6216d9de385e5f9e3ad
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
Expand Down Expand Up @@ -109,6 +112,9 @@ jobs:
container:
image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:b333a6ba512596007c2683825dd364570303624164926019bbe674d90c28d5fc
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
Expand Down

0 comments on commit 2736c81

Please sign in to comment.