Skip to content

Commit c5138af

Browse files
authored
fix: critical dependancy issues update cap cli (#551)
* Fix critical dependency issues and update Cap Cli dependency * use lint instead of test in husky script & run fmt * update ci runner
1 parent 99a87f4 commit c5138af

34 files changed

+6700
-16721
lines changed

.changeset/modern-dingos-promise.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@capacitor/assets': patch
3+
---
4+
5+
Fix critical dependency issues and update Cap Cli dependency

.eslintignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dist
2+
bin
3+
node_modules
4+
test

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [14.x, 16.x]
16+
node-version: [16.x, 18.x]
1717
steps:
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v1

.husky/pre-commit

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npm run lint

.prettierignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**/dist
2+
bin
3+
node_modules
4+
test

0 commit comments

Comments
 (0)