Skip to content

Commit

Permalink
function側はlegacy-peer-depsはなしでよい
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Aug 13, 2022
1 parent cf54713 commit 61cd73f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_firebase_cloud_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: '16'
- run: npm install --legacy-peer-deps
- run: npm install --legacy-peer-deps
- run: npm install
working-directory: ./functions
- run: npm --prefix functions run lint
- run: npm --prefix functions run build
2 changes: 1 addition & 1 deletion .github/workflows/deploy_firebase_clooud_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: '16'
- run: npm install --legacy-peer-deps
- run: npm install --legacy-peer-deps
- run: npm install
working-directory: ./functions
- run: npm --prefix functions run lint
- run: npm --prefix functions run build
Expand Down

0 comments on commit 61cd73f

Please sign in to comment.