Skip to content

Commit

Permalink
maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Oct 21, 2024
1 parent 89d0ba4 commit 64b8e14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-frontend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
- name: Install dependencies
working-directory: ./frontend
shell: bash
run: pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile --strict-peer-dependencies

- name: Check
working-directory: ./frontend
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/get-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,22 @@ jobs:
sparse-checkout: |
.github
- uses: actions/setup-node@v4
with:
node-version-file: ./.github/scripts/package.json
cache: 'pnpm'
cache-dependency-path: ./.github/scripts/pnpm-lock.yaml

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: ${{ inputs.pnpm-version }}
run_install: false

- uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
cache: 'pnpm'

- name: Install dependencies
working-directory: ./.github/scripts
shell: bash
run: pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile --strict-peer-dependencies

- name: Get variables
id: get-vars
Expand Down

0 comments on commit 64b8e14

Please sign in to comment.