Skip to content

Commit

Permalink
Completely move to Yarn from NPM
Browse files Browse the repository at this point in the history
Signed-off-by: Vasilis Themelis <[email protected]>
  • Loading branch information
vthemelis committed Aug 20, 2023
1 parent 5720115 commit cf39268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test
- run: yarn install
- run: yarn run test

0 comments on commit cf39268

Please sign in to comment.