fix which node

This commit is contained in:
Tom Hu 2024-05-21 02:09:22 +07:00
parent c0e80c0f27
commit 20fa0c7de6
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -53,8 +53,9 @@ jobs:
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
apk add --update nodejs nodejs-npm git curl
node -v
which node
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Install dependencies
@ -115,8 +116,9 @@ jobs:
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
apk add --update nodejs nodejs-npm git curl
node -v
which node
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Install dependencies