chore: merge master to dev

This commit is contained in:
Koen Kanters
2024-12-05 21:11:58 +01:00
committed by GitHub
+3 -1
View File
@@ -24,7 +24,9 @@ jobs:
with:
node-version: 20
cache: pnpm
- run: pnpm install ${{ github.event.client_payload.package }}@${{ github.event.client_payload.version }} --save-exact
- run: |
pnpm install ${{ github.event.client_payload.package }}@${{ github.event.client_payload.version }} --save-exact
pnpm install --no-frozen-lockfile
- uses: peter-evans/create-pull-request@v7
id: cpr
with: