Skip to content

Commit

Permalink
Try to fix Ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed May 23, 2024
1 parent afa8f0d commit 717b4e8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 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 ci --include dev
- run: npm install --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 ci --include dev
- run: npm install --include dev
- run: npm run build
- run: npm run test

Expand Down
52 changes: 29 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 717b4e8

Please sign in to comment.