summaryrefslogtreecommitdiff
path: root/.github/workflows/get-api-diff.yml
diff options
context:
space:
mode:
authoranatawa12 <anatawa12@icloud.com>2024-05-20 18:55:42 +0900
committerGitHub <noreply@github.com>2024-05-20 18:55:42 +0900
commited74f7b4a88223fe11b63d424bb0f90768a88926 (patch)
tree41bc276308d766cd236c389ee08acc8b7181f1d7 /.github/workflows/get-api-diff.yml
parentExclude channel notes from featured polls (#13838) (diff)
downloadsharkey-ed74f7b4a88223fe11b63d424bb0f90768a88926.tar.gz
sharkey-ed74f7b4a88223fe11b63d424bb0f90768a88926.tar.bz2
sharkey-ed74f7b4a88223fe11b63d424bb0f90768a88926.zip
ci: use pnpm version from packageManager field in the package.json. (#13825)
Diffstat (limited to '.github/workflows/get-api-diff.yml')
-rw-r--r--.github/workflows/get-api-diff.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/get-api-diff.yml b/.github/workflows/get-api-diff.yml
index 146e0686e5..9b9c8f11c4 100644
--- a/.github/workflows/get-api-diff.yml
+++ b/.github/workflows/get-api-diff.yml
@@ -32,10 +32,7 @@ jobs:
ref: ${{ matrix.ref }}
submodules: true
- name: Install pnpm
- uses: pnpm/action-setup@v3
- with:
- version: 9
- run_install: false
+ uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with: