Skip to content

Commit

Permalink
docs: add npm ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz committed Oct 22, 2024
1 parent d88d719 commit ac02cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clean-up-unused-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
with:
node-version: "20"

- run: npm ci

- name: Find unused images
run: make find-unused-images

Expand Down

0 comments on commit ac02cd0

Please sign in to comment.