Samagra-Development / yaus

Yet Another URL Shortner
https://github.com/Samagra-Development/yaus/wiki
11 stars 28 forks source link

Fix CI workflow github #59

Closed yuvrajsab closed 1 year ago

yuvrajsab commented 1 year ago

Describe the bug Node.js CI pipeline is failing on every PR on the master branch. My hunch is since we are using node version 14 but our project is built on version 16 that's causing this issue.

To Reproduce Steps to reproduce the behavior:

  1. Do a PR
  2. Raise it on master
  3. Wait for task Node.js CI/build (14) to finish
  4. See error

Expected behavior Build should pass when everything is correct.

Screenshots image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

yuvrajsab commented 1 year ago

closed via #72