Skip to content

Commit

Permalink
update github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
aminzer committed Jul 3, 2023
1 parent 27c68f0 commit 86b89cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test

0 comments on commit 86b89cb

Please sign in to comment.