Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
fix(GitHub): attempt to fix (#198)
Browse files Browse the repository at this point in the history
* temp: check if there are multiple prismas being installed in ci

* Revert "chore(node): remove node 14 (#197)"

This reverts commit ea10ba3.
  • Loading branch information
virtuoushub authored Nov 7, 2022
1 parent 27c6c1b commit 28efc62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 28efc62

Please sign in to comment.