Use pnpm 7.18 in the docker workflow

This commit is contained in:
Eric Allam
2023-06-22 13:36:00 +01:00
parent 32650f8b9a
commit 294fd10304
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: ⎔ Setup pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 8
version: 7.18
- name: ⎔ Setup node
uses: actions/setup-node@v3