From 28c0413bb5d790a36332377bdf034e2839d63583 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 21 May 2024 00:00:47 +0700 Subject: [PATCH] fix: node current --- .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 7a31ef3..2d0e39f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Install deps for alpine run: | - apk add --update nodejs npm git curl + apk add --update nodejs-current npm git curl - name: Checkout uses: actions/checkout@v4.1.6 - name: Install dependencies @@ -114,7 +114,7 @@ jobs: steps: - name: Install deps for alpine run: | - apk add --update nodejs npm git curl + apk add --update nodejs-current npm git curl - name: Checkout uses: actions/checkout@v4.1.6 - name: Install dependencies