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
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cache-and-install:
|
cache-and-install:
|
||||||
@ -15,7 +17,7 @@ jobs:
|
|||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 9
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
|
Reference in New Issue
Block a user