fix(action): bump pnpm version to v10

This commit is contained in:
JellyBrick
2025-02-16 14:14:08 +09:00
committed by GitHub
parent 040db7539c
commit a5b32d96f8

View File

@ -23,7 +23,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 9 version: 10
run_install: false run_install: false
- name: Setup NodeJS - name: Setup NodeJS