-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(node): update to work with node 14 (#17)
Fixes #16
- Loading branch information
James Singleton
authored
May 22, 2020
1 parent
525db70
commit ad8663a
Showing
6 changed files
with
36 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,8 @@ jest-preset.json | |
.DS_Store | ||
npm-debug.log | ||
|
||
# build | ||
*.tgz | ||
|
||
# webstorm | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
language: node_js | ||
node_js: | ||
- 10 | ||
- 12 | ||
- 14 | ||
before_install: | ||
# Create a master branch for commitlint | ||
# https://github.com/conventional-changelog/commitlint/issues/6 | ||
- git remote set-branches origin master && git fetch | ||
jobs: | ||
include: | ||
# Define the release stage that runs semantic-release | ||
- stage: release | ||
node_js: | ||
- 10 | ||
- 12 | ||
before_install: | ||
# Create a master branch for commitlint | ||
# https://github.com/conventional-changelog/commitlint/issues/6 | ||
- git remote set-branches origin master && git fetch | ||
deploy: | ||
on: | ||
branch: master | ||
provider: script | ||
skip_cleanup: true | ||
script: | ||
- npx semantic-release | ||
- npx semantic-release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters