Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiAiAc committed Jan 30, 2024
1 parent a07b041 commit ed1d791
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ jobs:
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled

- name: Set node version to 18.x
- name: Install pnpm
uses: pnpm/[email protected]

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: pnpm

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Setup Pages
uses: actions/configure-pages@v3

Expand Down

0 comments on commit ed1d791

Please sign in to comment.