Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fahsuanlin committed Jan 17, 2025
2 parents 5f747d7 + fbb56c3 commit 556d7d5
Show file tree
Hide file tree
Showing 4 changed files with 2,148 additions and 1,775 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
run_install: true
uses: pnpm/action-setup@v4

- run: pnpm install

# - name: Install Playwright Dependencies
# run: npx playwright install chromium --with-deps
Expand All @@ -42,7 +42,7 @@ jobs:
run: pnpm build

- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
run_install: true
uses: pnpm/action-setup@v4

- run: pnpm install

- name: Install Playwright Dependencies
run: npx playwright install chromium --with-deps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"prettier --write"
]
},
"packageManager": "pnpm@8.1.0"
"packageManager": "pnpm@9.15.4"
}
Loading

0 comments on commit 556d7d5

Please sign in to comment.