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 diff --git a/.github/workflows/push-build.yaml b/.github/workflows/push-build.yaml index e7ad651d..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 @@ -22,7 +24,7 @@ jobs: - uses: pnpm/action-setup@v2 name: Install pnpm with: - version: 7 + version: 8 run_install: false - name: Get pnpm store directory