From 28efc62497143c8be26352877ded8c25823d45d2 Mon Sep 17 00:00:00 2001 From: Peter Colapietro Date: Mon, 7 Nov 2022 12:48:23 -0500 Subject: [PATCH] fix(GitHub): attempt to fix (#198) * temp: check if there are multiple prismas being installed in ci * Revert "chore(node): remove node 14 (#197)" This reverts commit ea10ba3dbc7404e5c071f537a6dc38a818734bb4. --- .github/workflows/node.js.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7afa8d4..4c06f4d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -46,7 +46,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [14.x, 16.x, 18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -63,6 +63,7 @@ jobs: max_attempts: 3 retry_on: error command: yarn install --immutable + - run: yarn why prisma - name: run jest and storybook tests uses: nick-fields/retry@v2.8.2 with: