Skip to content

Commit

Permalink
Switch back to npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed May 23, 2024
1 parent 5b1c589 commit b7618fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm install --include dev
- run: npm ci --include dev
- run: npm run format
- name: Check if any files changed
run: if [ -n "$(git status --untracked-files --porcelain)" ]; then (exit 1); fi
Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm install --include dev
- run: npm ci --include dev
- run: npm run build
- run: npm run test

Expand Down

0 comments on commit b7618fc

Please sign in to comment.