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

Port CI to GitHub Actions #175

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ictrobot
Copy link

@ictrobot ictrobot commented Jun 22, 2022

I noticed the travis CI config no longer works, and thought I'd make an MR with a similar GitHub actions build which should just work out of the box. It's pretty much just the node.js action template with the following changes:

  • Node version: set to build on node.js 6.x (like the old travis build, presumably to test compatibility) and the current node.js LTS 16.x.

  • npm install instead of npm ci in the template: npm ci is nicer, but doesn't work with node 6.x

  • Run npm run benchmark in addition to npm test

I've checked the CI works using an MR on my fork - see ictrobot#1. Feel free to close though if you'd prefer to do it yourself or try to fix the travis CI.

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