Skip to content

Commit

Permalink
fix: node
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 20, 2024
1 parent 28c0413 commit a62e15e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a62e15e

Please sign in to comment.