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

Add GitHub workflow and bump deps #390

Merged
merged 17 commits into from
Jan 30, 2023

Conversation

compulim
Copy link
Collaborator

@compulim compulim commented Jan 28, 2023

Description

As travis-ci.org is deprecated, we are moving to GitHub Actions.

We are also bumping dependencies because some of them failing our build and tests when using Node.js 16.

Changelog

Changed

Designs

Added 3 workflows:

  • pull-request-validation.yml
    • When pull request is created
    • Will build and run tests
  • continuous-deployment.yml
    • When code is merged into main/master branch
    • Will build and publish prerelease version to NPM (for example, 0.15.2-master.a1b2c3d)
  • publish-release.yml
    • When new tag v* is created (for example, v0.15.2)
    • Will build and publish production version to NPM

Specific changes

  • Added 3 workflows
  • Run npm audit fix
  • Bumped restify as it broke in Node.js 16 (HTTP request object is now frozen)
  • Bumped webpack as it broke in Node.js 16 (MD4 is no longer supported)

@compulim compulim marked this pull request as ready for review January 28, 2023 00:28
@compulim compulim requested a review from a team as a code owner January 28, 2023 00:28
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.

3 participants