-
Notifications
You must be signed in to change notification settings - Fork 153
ci(await-async-query): update node versions #96
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,15 +1,17 @@ | ||||||
| language: node_js | ||||||
|
|
||||||
| node_js: | ||||||
| - 8 | ||||||
| - 10 | ||||||
| env: | ||||||
| - FORCE_COLOR=true | ||||||
|
|
||||||
| branches: | ||||||
| only: master | ||||||
| node_js: | ||||||
| - 10.12 | ||||||
| - 12 | ||||||
| - node | ||||||
Belco90 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
|
||||||
| jobs: | ||||||
| include: | ||||||
| - stage: release | ||||||
| if: branch = master AND type != pull_request | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
What do you think? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mmm I'm not sure. There are other types which I'm not sure if we are interested to trigger or not. Ignoring pull requests is the usual behavior I've seen in other packages. |
||||||
| node_js: lts/* | ||||||
| deploy: | ||||||
| provider: script | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.