Skip to content

Commit

Permalink
ci: 🎡 fix node_modules innstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
dipiash committed Sep 3, 2023
1 parent 8a283e7 commit 2cefe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 20
- uses: nrwl/nx-set-shas@v3
- run: yarn install --frozen-lockfile
- run: npm install

- run: npm run lint:js
- run: npm run lint:syncpack

0 comments on commit 2cefe39

Please sign in to comment.