Browse Source

forgot pnpm gh action version bump on standard repo

Adam Shaw 1 month ago
parent
commit
171ef243d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -21,7 +21,7 @@ jobs:
       - name: Setup PNPM
         uses: pnpm/[email protected]
         with:
-          version: 9.14.4
+          version: 10.15.0
 
       - name: Setup Node
         uses: actions/setup-node@v3