From 9f1e52135c8370c52a550b964f067b44a21a7c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 12 Oct 2024 15:13:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20setup-node-environ?= =?UTF-8?q?ment.yml=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=AE=B9=E5=99=A8=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E7=9F=A9=E9=98=B5=E5=92=8C=E5=A4=B1=E8=B4=A5=E7=AD=96?= =?UTF-8?q?=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/setup-node-environment.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/setup-node-environment.yml b/.github/workflows/setup-node-environment.yml index 0d4f8cf..250aa80 100644 --- a/.github/workflows/setup-node-environment.yml +++ b/.github/workflows/setup-node-environment.yml @@ -11,6 +11,12 @@ env: jobs: job: runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + container-image: ["", "yanhao98/runner-images:pnpm"] + container: + image: ${{ matrix.container-image }} steps: - name: before run: |