Skip to content
Extraits de code Groupes Projets
Valider 70975e02 rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Move to Node 12,14

parent dfdc8d62
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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:
......
......@@ -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
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter