Merge pull request #19894 from gustavotrott/force-hasura-cli-version

build: Force hasura cli v2.36.2 to avoid error
This commit is contained in:
Anton Georgiev 2024-03-25 10:24:15 -04:00 committed by GitHub
commit a768fe9485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ cp ./bbb-graphql-server.service staging/lib/systemd/system/bbb-graphql-server.se
mkdir -p hasura-cli
cd hasura-cli
npm install --save-dev hasura-cli
npm install --save-dev hasura-cli@2.36.2
cp node_modules/hasura-cli/hasura ../staging/usr/local/bin/hasura
cd ..
rm -rf hasura-cli