Skip to content

Commit

Permalink
feat: Update Vuepress Theme Hope (#80)
Browse files Browse the repository at this point in the history
* feat: Update Vuepress Theme Hope

* Update test.yml

* Update deploy.yml

* Update pnpm-lock.yaml

* Update package.json

* Update pnpm-lock.yaml
  • Loading branch information
jesusalbujas authored Jan 23, 2024
1 parent 2ebd84c commit b7920d7
Show file tree
Hide file tree
Showing 24 changed files with 32,000 additions and 10,187 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8.6.5

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: pnpm

- name: Install Deps
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8.6.5

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: pnpm

- name: Install Deps
Expand All @@ -52,12 +52,12 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8.6.5

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: pnpm

- name: Install Deps
Expand Down
Loading

0 comments on commit b7920d7

Please sign in to comment.