chore(ci): Update pnpm version to 9 in CI workflow
All checks were successful
CI / cache-and-install (push) Successful in 44s

This commit is contained in:
严浩
2024-08-12 09:44:35 +08:00
parent 79a2748f9a
commit 5507e5266e

View File

@ -1,8 +1,10 @@
name: CI
on:
- push
- pull_request
push:
branches:
- main
pull_request:
jobs:
cache-and-install:
@ -15,7 +17,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
version: 9
run_install: false
- name: Install Node.js