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 5b83b44 commit f12e7c8
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 @@ -117,6 +117,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 f12e7c8

Please sign in to comment.