jmcdo29 / testing-nestjs

A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
MIT License
2.88k stars 379 forks source link

refactor and test case for graphql-example #2001

Closed neerajkumar161 closed 11 months ago

neerajkumar161 commented 1 year ago
neerajkumar161 commented 12 months ago

@jmcdo29 can you take a look in the issue, why test cases are failing? Looks like the issue with pnpm

jmcdo29 commented 12 months ago

The node version in CI needs to be updated. It's currently back on 14. Bringing it up to 18/20 should fix it

neerajkumar161 commented 12 months ago

The node version in CI needs to be updated. It's currently back on 14. Bringing it up to 18/20 should fix it

You mean we need to update Node version in workflows .yml files?