chore(ci): Update pnpm version to 9 in CI workflow
All checks were successful
CI / cache-and-install (push) Successful in 44s
All checks were successful
CI / cache-and-install (push) Successful in 44s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user