Update ci.yml

This commit is contained in:
Timothy Yin 2024-11-20 17:35:28 +08:00 committed by GitHub
parent 2c9228ee35
commit 9937aa412b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,9 +19,6 @@ jobs:
with:
node-version: 20
- name: setup pnpm
uses: pnpm/action-setup@v4.0.0
- name: Install dependencies
run: pnpm i
@ -38,9 +35,6 @@ jobs:
with:
node-version: 20
- name: setup pnpm
uses: pnpm/action-setup@v4.0.0
- name: Install dependencies
run: pnpm i