From 9f800090ea3e95f70506d64ddffc28f7c85095cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 12 Oct 2024 12:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20CI=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E4=BB=A5=E4=BD=BF=E7=94=A8=E7=89=B9=E5=AE=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=9A=84=20setup-node-environment=20=E6=93=8D?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7441efe..807d917 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest container: yanhao98/runner-images:pnpm-with-playwright steps: - - uses: yanhao98/composite-actions/setup-node-environment@main + - uses: yanhao98/composite-actions/setup-node-environment@edf12e5623171bb6c707ea0796adc8fa7d9cad90 - run: pnpm run build-only env: VITE_BUILD_COMMIT: ${{ github.sha }}