Skip to content

Commit

Permalink
CI: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-04 committed Apr 10, 2024
1 parent 1f7cc2b commit e81bf96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 8.6.11
- uses: actions/setup-node@v2
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
cache: pnpm
- uses: pnpm/[email protected]
with:
version: 8.6.11

- name: install deps
run: pnpm install
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 8.6.11
- uses: actions/setup-node@v2
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
cache: pnpm
- uses: pnpm/[email protected]
with:
version: 8.6.11

- name: install deps
run: pnpm install
Expand Down Expand Up @@ -44,14 +44,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 8.6.11
- uses: actions/setup-node@v2
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
cache: pnpm
- uses: pnpm/[email protected]
with:
version: 8.6.11

- name: install deps
run: pnpm install
Expand Down

0 comments on commit e81bf96

Please sign in to comment.