Skip to content

Commit a252547

Browse files
clean up GitHub Actions workflow by removing commented-out Node.js and pnpm setup steps
1 parent 1a88ebb commit a252547

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/panda-webhook.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,6 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121

22-
# - name: Install Node.js
23-
# uses: actions/setup-node@v4
24-
# with:
25-
# node-version: 20
26-
27-
# - name: Install pnpm
28-
# uses: pnpm/action-setup@v4
29-
# with:
30-
# version: latest
31-
# run_install: false
32-
33-
# - name: Get pnpm store directory
34-
# shell: bash
35-
# run: |
36-
# echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
37-
38-
# - name: Setup pnpm cache
39-
# uses: actions/cache@v4
40-
# with:
41-
# path: ${{ env.STORE_PATH }}
42-
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
43-
# restore-keys: |
44-
# ${{ runner.os }}-pnpm-store-
45-
46-
# - name: Install packages
47-
# run: pnpm install --frozen-lockfile
48-
4922
- name: Install Playwright dependencies
5023
run: pnpm exec playwright install-deps
5124

0 commit comments

Comments
 (0)