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