Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General CI/CD Maintenance, and Dev Dependency, Updates #116

Merged
merged 4 commits into from
Jul 19, 2023
Merged

General CI/CD Maintenance, and Dev Dependency, Updates #116

merged 4 commits into from
Jul 19, 2023

Conversation

elycruz
Copy link
Owner

@elycruz elycruz commented Jul 19, 2023

Summary:

Performed general maintenance tasks:

  • Ran 'npm audit fix' to address one 'moderate' vulnerability.
  • Updated repo URLs, in package.json to point to new URL.

Build and Test Workflow related:

  • Added 'coverage' task to workflow.
  • Added 'node v20' to task matrix, in workflow.
  • Removed explicit running of 'build' and 'test' script from workflow - These are currently run as part of the 'prepare' script, which is run on 'npm ci' script call.
  • Updated package version.

@elycruz elycruz self-assigned this Jul 19, 2023
- Added 'coverage' task to 'build-and-test' workflow.
- Added 'node v20' to task matrix, in 'build-and-test' workflow.
@elycruz elycruz merged commit 011eb65 into master Jul 19, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant