mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Merge pull request #964 from sharetribe/update-node
Change supported node version to the latest LTS
This commit is contained in:
commit
a67d5f2694
3 changed files with 7 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ version: 2
|
|||
jobs:
|
||||
format:
|
||||
docker:
|
||||
- image: circleci/node:8.11
|
||||
- image: circleci/node:10.14
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
command: yarn run format-ci
|
||||
test:
|
||||
docker:
|
||||
- image: circleci/node:8.11
|
||||
- image: circleci/node:10.14
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
command: yarn run test-ci
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/node:8.11
|
||||
- image: circleci/node:10.14
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
command: yarn run build
|
||||
audit:
|
||||
docker:
|
||||
- image: circleci/node:8.11
|
||||
- image: circleci/node:10.14
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:
|
|||
|
||||
## Upcoming version 2018-XX-XX
|
||||
|
||||
* [change] Update supported Node version to the latest LTS (10.14).
|
||||
[#964](https://github.com/sharetribe/flex-template-web/pull/964)
|
||||
* [add] Add documentation about deploying to production. Also add _deploy to Heroku_ button.
|
||||
[#961](https://github.com/sharetribe/flex-template-web/pull/961)
|
||||
|
||||
|
|
|
|||
|
|
@ -87,6 +87,6 @@
|
|||
"proseWrap": "always"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8.11"
|
||||
"node": "10.14"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue