Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Aug 23, 2024
1 parent 7d5ea57 commit 34089d1
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 314 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
- name: Check if snap manifest updated
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
mm_snap_path=$(which mm-snap)
echo "Snap manifest not updated: ${{ steps.verify-changed-files.outputs.changed_files }}
or @metamask/snaps-cli version is different from local version"
echo "mm-snap is located at: $mm_snap_path"
exit 1
- name: Run tests
run: yarn run test
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"chai": "^4.2.0",
"concurrently": "^5.1.0",
"eslint": "^8.17.0",
"mocha": "^7.1.1",
"mocha": "10.1.0",
"sinon": "^9.0.1",
"sinon-chai": "^3.5.0",
"strict-event-emitter-types": "^2.0.0",
Expand Down
Loading

0 comments on commit 34089d1

Please sign in to comment.