Merge pull request #9 from yunkuangao/main

Fix: eol and ci
This commit is contained in:
XiaoDaiGua-Ray 2023-08-03 10:11:53 +08:00 committed by GitHub
commit 97b05f52a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# 将换行符设置为lf
* text eol=lf

View File

@ -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