mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
ci(travis): require node_js >=12
This commit is contained in:
parent
41a533d8f4
commit
bf0f11ad98
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: 10
|
node_js: 12
|
||||||
cache: yarn
|
cache: yarn
|
||||||
script:
|
script:
|
||||||
- yarn prepack
|
- yarn prepack
|
||||||
- yarn build
|
- yarn build
|
||||||
- cd docs && yarn && yarn test
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
This project uses Node.js and Yarn.
|
This project uses Node.js and Yarn.
|
||||||
|
|
||||||
- [Node.js](https://nodejs.org/en/download/package-manager/#macos) (version >=10)
|
- [Node.js](https://nodejs.org/en/download/package-manager/#macos) (version >=12)
|
||||||
- [Yarn](https://yarnpkg.com/en/docs/install#mac-stable)
|
- [Yarn](https://yarnpkg.com/en/docs/install#mac-stable)
|
||||||
|
|
||||||
## Fork and Clone
|
## Fork and Clone
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue