Skip to content

Commit

Permalink
switch yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit authored Sep 8, 2023
1 parent ec7e8f2 commit 3f1be83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Setup node-gyp
run: yarn global add node-gyp@latest
run: npm install -g node-gyp@latest

- name: Install dependencies
run: yarn
run: npm install

- name: Start MongoDB
uses: supercharge/[email protected]
Expand All @@ -35,4 +35,4 @@ jobs:
mongodb-port: 27017

- name: Run tests
run: yarn test
run: npm run test

0 comments on commit 3f1be83

Please sign in to comment.