Skip to content

Commit

Permalink
fix: link node
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 20, 2024
1 parent a62e15e commit 73890c1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
- uses: actions/setup-node@v4
with:
node-version: 20
ln -s /usr/bin/nodejs /usr/bin/node
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
Expand Down Expand Up @@ -118,9 +116,7 @@ jobs:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
- uses: actions/setup-node@v4
with:
node-version: 20
ln -s /usr/bin/nodejs /usr/bin/node
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
Expand Down

0 comments on commit 73890c1

Please sign in to comment.