From d7deffad3d9f6652ef820be7eca71b8f77b0dee9 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Wed, 28 Jun 2023 05:07:56 -0700 Subject: [PATCH] Try fixing cabal tests in CI --- .github/workflows/aeson-typescript.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/aeson-typescript.yml b/.github/workflows/aeson-typescript.yml index 343791a..9d31265 100644 --- a/.github/workflows/aeson-typescript.yml +++ b/.github/workflows/aeson-typescript.yml @@ -33,16 +33,15 @@ jobs: run: | cabal freeze - - uses: actions/cache@v1 + - uses: actions/cache@v3 name: Cache ~/.cabal/store with: path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }} key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }} - # Install TSC - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: - node-version: '12' + node-version: '16' - name: Install TSC run: | npm install -g typescript @@ -84,7 +83,7 @@ jobs: enable-stack: true stack-version: "latest" - - uses: actions/cache@v1 + - uses: actions/cache@v3 name: Cache ~/.stack with: path: ~/.stack