Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Setup CI-CD using Github Actions #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Setup CI-CD using Github Actions #6

wants to merge 2 commits into from

Conversation

nimworks
Copy link
Member

Done with CI-CD setup using GitHub Actions to build and deploy to gh-pages branch of fabricjs.github.io repo on push or pull-request on master branch

Closes #3


strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we need 3 version of node?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohh, that was just the default template I used for Github Actions which I presume was test oriented. We can make do with just 1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have the repository render on github pages
3 participants