From 2a079c727c414b6ec7cdff26278f9efd9da7131d Mon Sep 17 00:00:00 2001 From: Nicholas Wolverson Date: Mon, 17 Oct 2022 16:57:31 +0000 Subject: [PATCH] Fix release build --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b589da9..2e907af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,9 +14,9 @@ jobs: - uses: nwolverson/setup-purescript@30d9b862f160b3a09a21a6457d6bc0d1ac9e92f3 with: - purescript: "0.14.4" + purescript: "0.15.2" spago: "latest" - + # - uses: actions/setup-node@v1 # with: # node-version: "12"