Skip to content

Commit 9965528

Browse files
committed
migrate to yarn
1 parent 1d3bfe8 commit 9965528

File tree

7 files changed

+4832
-7377
lines changed

7 files changed

+4832
-7377
lines changed

.github/workflows/push-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- uses: actions/checkout@master
2121
- uses: actions/setup-node@master
2222
with:
23-
node-version: 16
24-
- run: npm install
25-
- run: npm run test:${{ matrix.browser }}
23+
node-version: 20
24+
- run: yarn install
25+
- run: yarn run test:${{ matrix.browser }}
2626
env:
2727
STANDARD: ${{ secrets.STANDARD }}
2828
PASSWORD: ${{ secrets.PASSWORD }}

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ npm-debug.log*
66
yarn-debug.log*
77
yarn-error.log*
88

9+
.yarn/*
10+
!.yarn/releases
11+
!.yarn/plugins
12+
.pnp.*
13+
914
# Runtime data
1015
pids
1116
*.pid

.yarn/releases/yarn-4.1.1.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarnPath: .yarn/releases/yarn-4.1.1.cjs

0 commit comments

Comments
 (0)