Skip to content

Commit

Permalink
fix: try to install from pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Apr 25, 2024
1 parent 94a8314 commit a76f50f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 9
run_install: true
- name: Fetch commits
run: git fetch origin ${{ github.base_ref || 'master' }} --depth=1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
legacy-peer-deps=true
recursive-install=false
link-workspace-packages=true
prefer-workspace-packages=true
shared-workspace-lockfile=true

0 comments on commit a76f50f

Please sign in to comment.