codecalm il y a 1 an
Parent
commit
5330aaea52
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .github/workflows/release-beta.yml

+ 3 - 0
.github/workflows/release-beta.yml

@@ -20,6 +20,9 @@ jobs:
       - name: Checkout Repo
         uses: actions/checkout@v4
 
+      - name: Enable corepack
+        run: corepack enable pnpm
+
       - name: Setup Node.js 18
         uses: actions/setup-node@v4
         with: