From 44f07e056fb9d7c6af073f413b01ab99fe1b0f70 Mon Sep 17 00:00:00 2001 From: Chen Junda Date: Wed, 11 Sep 2024 18:50:11 +0800 Subject: [PATCH] fix(ci): Pack SCOW API --- .github/workflows/test-build-publish.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test-build-publish.yaml b/.github/workflows/test-build-publish.yaml index 5bc8c7b3cf..2fff531365 100644 --- a/.github/workflows/test-build-publish.yaml +++ b/.github/workflows/test-build-publish.yaml @@ -233,6 +233,12 @@ jobs: - uses: pnpm/action-setup@v4.0.0 + - uses: actions/setup-node@v4 + with: + node-version: 20.x + cache: pnpm + registry-url: https://registry.npmmirror.com + - name: Download cli-x64 uses: actions/download-artifact@v4 with: