Open friederbluemle opened 2 years ago
Add a new workflow file to enable a basic GitHub Actions based CI.
It installs dependencies and runs tests using Node.js 14, 16, and 18.
Example of successful CI run:
https://github.com/friederbluemle/github-profile-readme-generator/actions/runs/3348997248/jobs/5548609212
Note: As a prerequisite step, I had to update the outdated package-lock.json file in the repo - Going forward, npm ci on GitHub Actions will ensure that the lock file remains updated with any changes to package.json.
npm ci
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Add a new workflow file to enable a basic GitHub Actions based CI.
It installs dependencies and runs tests using Node.js 14, 16, and 18.
Example of successful CI run:
https://github.com/friederbluemle/github-profile-readme-generator/actions/runs/3348997248/jobs/5548609212
Note: As a prerequisite step, I had to update the outdated package-lock.json file in the repo - Going forward,
npm ci
on GitHub Actions will ensure that the lock file remains updated with any changes to package.json.