Skip to content

Commit

Permalink
Pin Wasp to version 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Aug 23, 2024
1 parent b378ec7 commit 56845f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 56845f0

Please sign in to comment.