From ef60abb3af5b5b1c0708271e8cf0ba887cbb5e0f Mon Sep 17 00:00:00 2001 From: yun Date: Thu, 3 Aug 2023 09:53:19 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E5=B0=86pnpm=E5=8D=87=E7=BA=A7=E5=88=B08,?= =?UTF-8?q?=E7=89=88=E6=9C=AC7=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-build.yaml b/.github/workflows/push-build.yaml index e7ad651d..f5f7ac6b 100644 --- a/.github/workflows/push-build.yaml +++ b/.github/workflows/push-build.yaml @@ -22,7 +22,7 @@ jobs: - uses: pnpm/action-setup@v2 name: Install pnpm with: - version: 7 + version: 8 run_install: false - name: Get pnpm store directory From fd71ac7773ac914a4fa427e2add332821522e55e Mon Sep 17 00:00:00 2001 From: yun Date: Thu, 3 Aug 2023 09:54:08 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E7=9A=84=E6=8D=A2=E8=A1=8C=E7=AC=A6=E4=B8=BAlf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6e573c3f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# 将换行符设置为lf +* text eol=lf From 502672eef97d458e76bd42f7339237e286ade3c8 Mon Sep 17 00:00:00 2001 From: yun Date: Thu, 3 Aug 2023 09:56:30 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E6=B7=BB=E5=8A=A0fail-fast=E5=92=8Cexperim?= =?UTF-8?q?ental,=E4=BD=BF=E5=8D=95=E4=B8=AAjob=E9=94=99=E8=AF=AF=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E5=BD=B1=E5=93=8D=E5=85=B6=E4=BB=96job=E8=BF=90?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push-build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push-build.yaml b/.github/workflows/push-build.yaml index f5f7ac6b..fc17bef3 100644 --- a/.github/workflows/push-build.yaml +++ b/.github/workflows/push-build.yaml @@ -6,9 +6,11 @@ jobs: cache-and-install: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: node-version: [ 16.x, 18.x ] os: [ ubuntu-latest, windows-latest, macos-latest ] + experimental: [ true ] steps: - name: Checkout From c51767df556049ff2ba3e3f7caff2b51f28a3865 Mon Sep 17 00:00:00 2001 From: yun Date: Thu, 3 Aug 2023 09:53:19 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E5=B0=86pnpm=E5=8D=87=E7=BA=A7=E5=88=B08,?= =?UTF-8?q?=E7=89=88=E6=9C=AC7=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-build.yaml b/.github/workflows/push-build.yaml index e7ad651d..f5f7ac6b 100644 --- a/.github/workflows/push-build.yaml +++ b/.github/workflows/push-build.yaml @@ -22,7 +22,7 @@ jobs: - uses: pnpm/action-setup@v2 name: Install pnpm with: - version: 7 + version: 8 run_install: false - name: Get pnpm store directory From 8693a4098a3c0ba12109620b5e43ba7a383a7095 Mon Sep 17 00:00:00 2001 From: yun Date: Thu, 3 Aug 2023 09:54:08 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E7=9A=84=E6=8D=A2=E8=A1=8C=E7=AC=A6=E4=B8=BAlf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6e573c3f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# 将换行符设置为lf +* text eol=lf From 6cd5a1cf3e9aa479cc62adae0b6ba3b8cb398419 Mon Sep 17 00:00:00 2001 From: yun Date: Thu, 3 Aug 2023 09:56:30 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E6=B7=BB=E5=8A=A0fail-fast=E5=92=8Cexperim?= =?UTF-8?q?ental,=E4=BD=BF=E5=8D=95=E4=B8=AAjob=E9=94=99=E8=AF=AF=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E5=BD=B1=E5=93=8D=E5=85=B6=E4=BB=96job=E8=BF=90?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push-build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push-build.yaml b/.github/workflows/push-build.yaml index f5f7ac6b..fc17bef3 100644 --- a/.github/workflows/push-build.yaml +++ b/.github/workflows/push-build.yaml @@ -6,9 +6,11 @@ jobs: cache-and-install: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: node-version: [ 16.x, 18.x ] os: [ ubuntu-latest, windows-latest, macos-latest ] + experimental: [ true ] steps: - name: Checkout