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

View file

@ -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
@ -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