Skip to content

Commit

Permalink
Use lockfile in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Jun 5, 2024
1 parent d17fdae commit bc7f614
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
with:
node-version: "lts/*"

- name: Install toolchain
run: npm ci

- name: Format with prettier
run: npx prettier --check '**/*'

Expand Down

0 comments on commit bc7f614

Please sign in to comment.