Skip to content

Commit

Permalink
fix(deps): bump glob@10.3.10 and picomatch@3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Feb 2, 2024
1 parent 67d76d2 commit aad729c
Show file tree
Hide file tree
Showing 6 changed files with 632 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Prepare Install (if applicable)
run: node prepare-install.js
- name: Install Dependencies
run: npm install
run: corepack enable npm && npm install
- name: Build
run: npm run build
- name: Run Tests
Expand Down

0 comments on commit aad729c

Please sign in to comment.