From 56845f00d4b866f20f1229cec76ebac450b37ddc Mon Sep 17 00:00:00 2001 From: Harish Mohan Raj Date: Fri, 23 Aug 2024 12:22:11 +0530 Subject: [PATCH] Pin Wasp to version 0.13.2 --- .github/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 71b1cce..2bda43b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -19,7 +19,7 @@ jobs: node-version: 20 - name: Install wasp - run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh + run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.13.2 - name: Temporary wasp fix run: | @@ -54,7 +54,7 @@ jobs: node-version: 20 - name: Install wasp - run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh + run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.13.2 - name: Temporary wasp fix run: | @@ -188,7 +188,7 @@ jobs: node-version: 20 - name: Install wasp - run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh + run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.13.2 - name: Temporary wasp fix run: |