Skip to content

Commit

Permalink
fix: node -v
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 20, 2024
1 parent 73890c1 commit c0e80c0
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 @@ -54,7 +54,7 @@ jobs:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
ln -s /usr/bin/nodejs /usr/bin/node
node -v
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Install dependencies
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
ln -s /usr/bin/nodejs /usr/bin/node
node -v
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Install dependencies
Expand Down

0 comments on commit c0e80c0

Please sign in to comment.