graphql-engine/server/VERSIONS.json
Samir Talwar 64c40b9a95 CI: Run the "server hpack" check on main and invalidate the cache properly.
We seem to be rebuilding hpack on every PR. I'm hoping this will allow PRs to share a cache.

I have also changed the cache key to include the entirety of _server/VERSIONS.json_, and added the GHC version there, to make sure it's properly invalidated.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6142
GitOrigin-RevId: fc61a26ad721f59f52687913f6978902f4c2ca0a
2022-10-04 09:01:20 +00:00

7 lines
86 B
JSON

{
"ghc": "8.10.7",
"hlint": "3.3.6",
"hpack": "0.34.7",
"ormolu": "0.3.1.0"
}