Skip to content

Commit

Permalink
ci(CI&CD): 🎡 update version
Browse files Browse the repository at this point in the history
  • Loading branch information
guotingchao committed Apr 24, 2024
1 parent 4bd2964 commit bbf52c4
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,9 @@ defaults:
shell: bash

jobs:
prepare:
name: Prepare
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: Install dependencies
run: pnpm install

test:
name: Test
runs-on: ubuntu-latest
needs: prepare
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit bbf52c4

Please sign in to comment.