Skip to content

Commit

Permalink
fix: ci #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmao88 committed Aug 10, 2023
1 parent ebe2047 commit 1108d78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# - uses: NullVoxPopuli/action-setup-pnpm@v2

- name: Sed Config Base
shell: bash
run: |
Expand All @@ -69,6 +71,9 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
run_install: false

- name: use Node.js 16
uses: actions/setup-node@v3
Expand Down

0 comments on commit 1108d78

Please sign in to comment.