Skip to content

Commit

Permalink
Merge pull request #203 from novaforgood/Max/email-whitelist
Browse files Browse the repository at this point in the history
Fix gh actions
  • Loading branch information
legitmaxwu authored Jul 7, 2024
2 parents 64a7ce6 + f13819e commit ad29a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: "npm"

- name: Install Hasura CLI
run: npm install --global hasura-cli
run: npm install --global hasura-cli@2.36.1

- name: Apply Metadata
working-directory: ./hasura
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: "npm"

- name: Install Hasura CLI
run: npm install --global hasura-cli
run: npm install --global hasura-cli@2.36.1

- name: Apply Metadata
working-directory: ./hasura
Expand Down

0 comments on commit ad29a7f

Please sign in to comment.