upgrade buck
This commit is contained in:
parent
4e0cd1a106
commit
cae1622fe1
101 changed files with 9 additions and 2188 deletions
6
.github/workflows/depoly.yml
vendored
6
.github/workflows/depoly.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue