Skip to content

Commit

Permalink
boring boring boring
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Aug 9, 2023
1 parent 2f32aab commit 3c48014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- ".github/workflows/extension.yml"
branches:
- main
- fix/extension-publishing

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -118,7 +119,7 @@ jobs:
- name: Install with workspace-less
working-directory: ./packages/vscode
run: |
pnpm i --ignore-scripts --ignore-workspace
pnpm i --ignore-scripts --ignore-workspace --shamefully-hoist --force
env:
npm_config_arch: ${{ matrix.npm_config_arch }}
NODE_OPTIONS: "--max_old_space_size=4096"
Expand Down

0 comments on commit 3c48014

Please sign in to comment.