Skip to content

Commit

Permalink
fix: try node:20-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 21, 2024
1 parent 3eaac9c commit 272ac2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run-alpine-x86:
runs-on: ubuntu-latest
container:
image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:eb2b13602562cca1424257ab17945d5c7e402764da66a6216d9de385e5f9e3ad
image: node:20-alpine
steps:
- name: Install deps for alpine
run: |
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run-alpine-aarch64:
runs-on: ubuntu-latest
container:
image: ghcr.io/linuxcontainers/alpine:3.18.0@sha256:b333a6ba512596007c2683825dd364570303624164926019bbe674d90c28d5fc
image: node:20-alpine
steps:
- name: Install deps for alpine
run: |
Expand Down

0 comments on commit 272ac2d

Please sign in to comment.