Skip to content

Commit

Permalink
[packages] update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-diamond committed Aug 16, 2024
1 parent 9f65b0a commit e282fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
registry-url: "https://npm.pkg.github.com"
cache-dependency-path: "**/package-lock.json"
- name: Install npm dependencies
run: "npm ci --ignore-scripts"
run: "npm i --ignore-scripts"
shell: bash
env:
NODE_AUTH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit e282fcd

Please sign in to comment.