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: |