Update Node.js to v12.13.0 (https://github.com/woocommerce/woocommerce-blocks/pull/1459)
* Update Node.js to v12.13.0 * Remove npm rebuild Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
This commit is contained in:
parent
52a3fdb3f6
commit
604bfb76cb
|
@ -18,8 +18,7 @@ branches:
|
|||
|
||||
before_install:
|
||||
- timedatectl
|
||||
- nvm install
|
||||
- npm rebuild
|
||||
- nvm install --latest-npm
|
||||
|
||||
before_script:
|
||||
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"eslint": "6.8.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.18.0"
|
||||
"node": "12.13.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
"yargs": "15.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.18.0",
|
||||
"node": "12.13.0",
|
||||
"npm": "6.13.4"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue