Skip to content

Commit

Permalink
chore: back to proper install
Browse files Browse the repository at this point in the history
  • Loading branch information
meza authored and renovate[bot] committed Jan 11, 2024
1 parent 96c2896 commit 1ad7f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
command: "install --no-package-lock --no-audit --no-fund"
command: "install --no-audit --no-fund"
node-version: "latest"
junit-report-path: "reports/junit.xml"
cobertura-report-path: "reports/**/cobertura-coverage.xml"
Expand All @@ -28,7 +28,7 @@ jobs:
- name: 🔧 Set up node
uses: meza/action-setup-node-npm@main
with:
command: "install --no-package-lock --no-audit --no-fund"
command: "install --no-audit --no-fund"
node-version: latest
cache-name: ${{ needs.verify.outputs.cache-name }}
- name: 🔂 CDK Cache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: 🧪 Verify PR
uses: meza/shared-github-workflows/.github/workflows/default-node-npm-ci.yml@main
with:
command: "install --no-package-lock --no-audit --no-fund"
command: "install --no-audit --no-fund"
node-version: "latest"
junit-report-path: "reports/junit.xml"
cobertura-report-path: "reports/**/cobertura-coverage.xml"
Expand All @@ -38,7 +38,7 @@ jobs:
- name: 🔧 Set up node
uses: meza/action-setup-node-npm@main
with:
command: "install --no-package-lock --no-audit --no-fund"
command: "install --no-audit --no-fund"
node-version: latest
cache-name: ${{ needs.verify.outputs.cache-name }}
- name: 🔂 CDK Cache
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
if: ${{ needs.deploy.outputs.APP_DOMAIN }}
uses: meza/action-setup-node-npm@main
with:
command: "install --no-package-lock --no-audit --no-fund"
command: "install --no-audit --no-fund"
node-version: latest
cache-name: npm
- name: Install Playwright Browsers
Expand Down

0 comments on commit 1ad7f38

Please sign in to comment.