Skip to content

Commit

Permalink
Merge pull request #188 from jsumners-nr/fix-lockfile
Browse files Browse the repository at this point in the history
chore: add missing data to lockfile
  • Loading branch information
jsumners-nr authored Feb 1, 2024
2 parents a26cc3d + ceb7018 commit dcfd0b9
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
run: npm ci
- name: Run Linting
run: npm run lint
- name: Inspect Lockfile
Expand All @@ -37,7 +37,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
run: npm ci
- name: Run Unit Tests
run: npm run unit
- name: Post Unit Test Coverage
Expand Down
81 changes: 59 additions & 22 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 dcfd0b9

Please sign in to comment.