Skip to content

Commit

Permalink
migrate to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
spnraju committed Mar 24, 2024
1 parent 1d3bfe8 commit 9965528
Show file tree
Hide file tree
Showing 7 changed files with 4,832 additions and 7,377 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 16
- run: npm install
- run: npm run test:${{ matrix.browser }}
node-version: 20
- run: yarn install
- run: yarn run test:${{ matrix.browser }}
env:
STANDARD: ${{ secrets.STANDARD }}
PASSWORD: ${{ secrets.PASSWORD }}
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*

# Runtime data
pids
*.pid
Expand Down
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-4.1.1.cjs
Loading

0 comments on commit 9965528

Please sign in to comment.