diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 137dabf73..1642cc0d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,8 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - - os: macOS-latest + # - os: ubuntu-latest + # - os: macOS-latest - os: windows-latest steps: # We set LF endings so that the Windows environment is consistent with the rest diff --git a/spago.lock b/spago.lock index 4f9ccea9d..361c6e445 100644 --- a/spago.lock +++ b/spago.lock @@ -310,6 +310,7 @@ workspace: - prelude - strings - tuples + node-execa: 2.0.0 node-glob-basic: git: https://github.com/natefaubion/purescript-node-glob-basic.git ref: v1.2.2 @@ -1367,8 +1368,8 @@ packages: - unsafe-coerce node-execa: type: registry - version: 1.3.2 - integrity: sha256-kKVeJC+s5Pfye9aJ2V55NUfSyETZ2DZxPP02+zpNS/M= + version: 2.0.0 + integrity: sha256-u/0ptGWlzb81TmzYDYJhJ2EfU+CBZELr1vgfzvgxQVM= dependencies: - aff - arrays diff --git a/spago.yaml b/spago.yaml index 07f980691..ade3af56a 100644 --- a/spago.yaml +++ b/spago.yaml @@ -271,3 +271,4 @@ workspace: - strings - tuples ordered-collections: "3.1.1" + node-execa: "2.0.0"