Skip to content

Commit

Permalink
fix: npm
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 20, 2024
1 parent 20fa0c7 commit 253784e
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 nodejs-npm git curl
apk add --update nodejs npm git curl
node -v
which node
- name: Checkout
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs nodejs-npm git curl
apk add --update nodejs npm git curl
node -v
which node
- name: Checkout
Expand Down

0 comments on commit 253784e

Please sign in to comment.