From 20fa0c7de6c37e3affbb9a4b9fd8a484fc34cdd8 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 21 May 2024 02:09:22 +0700 Subject: [PATCH] fix which node --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f75cee..4d929a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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