upgrade buck

This commit is contained in:
thislight 2024-01-14 21:09:26 +08:00
parent 4e0cd1a106
commit cae1622fe1
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
101 changed files with 9 additions and 2188 deletions

View file

@ -16,17 +16,17 @@ jobs:
name: Setup Pnpm
with:
version: 8
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"
cache: pnpm
cache-dependency-path: '**/pnpm-lock.yaml'
- name: Install Dependencies
run: pnpm install
# Deploy hexo blog website.
- name: Deploy
id: deploy