Skip to content

Commit

Permalink
simplify pnpm setup action config
Browse files Browse the repository at this point in the history
rely on default values
  • Loading branch information
Sawyer Burnett committed Mar 12, 2024
1 parent eb67833 commit 15158c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,6 @@ jobs:

- uses: pnpm/action-setup@v3
with:
run_install: false
version: 7

- uses: actions/setup-node@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/create-spectacle.yml
Expand Up @@ -28,7 +28,6 @@ jobs:

- uses: pnpm/action-setup@v3
with:
run_install: false
version: 7

- uses: actions/setup-node@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -24,7 +24,6 @@ jobs:

- uses: pnpm/action-setup@v3
with:
run_install: false
version: 7

- uses: actions/setup-node@v4
Expand Down

0 comments on commit 15158c6

Please sign in to comment.