Skip to content

Commit

Permalink
fix: critical dependancy issues update cap cli (#551)
Browse files Browse the repository at this point in the history
* Fix critical dependency issues and update Cap Cli dependency

* use lint instead of test in husky script & run fmt

* update ci runner
  • Loading branch information
IT-MikeS committed Sep 21, 2023
1 parent 99a87f4 commit c5138af
Show file tree
Hide file tree
Showing 34 changed files with 6,700 additions and 16,721 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-dingos-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@capacitor/assets': patch
---

Fix critical dependency issues and update Cap Cli dependency
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dist
bin
node_modules
test
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/dist
bin
node_modules
test
Loading

0 comments on commit c5138af

Please sign in to comment.