Skip to content

Commit

Permalink
fix: node current
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 20, 2024
1 parent 2736c81 commit 28c0413
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 @@ -53,7 +53,7 @@ jobs:
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
apk add --update nodejs-current npm git curl
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
apk add --update nodejs-current npm git curl
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
Expand Down

0 comments on commit 28c0413

Please sign in to comment.