diff --git a/.travis.yml b/.travis.yml index 0b07d9d0e79603f2ab5225b5277818d6f6b522db..86f87026586948208cd74e5061d6d61e113567b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,14 +10,14 @@ jobs: include: - stage: lint script: yarn lint - node_js: "12" + node_js: "14" - stage: unit tests - script: yart test - node_js: "10" - - node_js: "12" + script: yarn test + node_js: "12" + - node_js: "14" - stage: coverage script: yarn coverage - node_js: "12" + node_js: "14" # NOTE: This is unused atm # notifications: diff --git a/README.md b/README.md index b98ee36ba88226e0fe7fba2eb60b803ecd1afc39..940b88f223c6288a97dce9ddb5206fec9b40ec67 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Please also be aware that this is an unoffical project worked on in our spare ti The bridge has been tested against the [Synapse](https://github.com/matrix-org/synapse) homeserver, although any homeserver that implements the [AS API](https://matrix.org/docs/spec/application_service/r0.1.0.html) should work with this bridge. -The bridge supports any version of Node.js >= v10.X, including all [current releases](https://nodejs.org/en/about/releases/). +The bridge supports any version of Node.js >= v12.X, including all [current releases](https://nodejs.org/en/about/releases/). ### Setup the bridge