Skip to content

Add GitHub workflow and bump deps#390

Merged
tracyboehrer merged 17 commits intomicrosoft:masterfrom
compulim:fix-add-github-workflow
Jan 30, 2023
Merged

Add GitHub workflow and bump deps#390
tracyboehrer merged 17 commits intomicrosoft:masterfrom
compulim:fix-add-github-workflow

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