Skip to content

Commit

Permalink
Fix list formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBG committed Sep 22, 2023
1 parent a005225 commit bb6d4a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
node-version-file: .tool-versions
cache: npm
cache-dependency-path: |
- package-lock.json
- cli/package-lock.json
- jipt/package-lock.json
- webapp/package-lock.json
package-lock.json
cli/package-lock.json
jipt/package-lock.json
webapp/package-lock.json
- name: Install System Dependencies
run: |
Expand Down

0 comments on commit bb6d4a1

Please sign in to comment.