Skip to content

Commit

Permalink
ci: npm i -> npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Aug 19, 2023
1 parent 5140b63 commit 08edf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: "20.5.0"
cache: "npm"
- run: corepack enable
- run: npm i
- run: npm ci
- run: npm run ci:fmt
- run: npm run ci:lnt
- run: npm start

0 comments on commit 08edf9f

Please sign in to comment.