5
0
mirror of https://github.com/pnpm/action-setup.git synced 2026-08-05 02:31:37 +00:00

ci: use pnpm 11 for pr-check (#284)

Noticed while working on #283.
This commit is contained in:
Jamie Tanna
2026-08-03 10:02:17 +01:00
committed by GitHub
parent 769ae71fb3
commit 75677f717d
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
with: with:
run_install: true run_install: true
version: 9 version: 11
- name: Update dist/index.js - name: Update dist/index.js
run: pnpm run build run: pnpm run build