Skip to content

Commit

Permalink
debug(ci): do not auto-install
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Apr 24, 2023
1 parent fb89251 commit 3d201ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 230 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: pnpm/action-setup@v2.2.4
with:
version: 7.13.5
run_install: false
- uses: actions/setup-node@v3
with:
cache: 'pnpm'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
node_modules
.DS_Store
*-lock.*
*.lock
*.log

Expand Down
230 changes: 0 additions & 230 deletions pnpm-lock.yaml

This file was deleted.

0 comments on commit 3d201ce

Please sign in to comment.