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
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -10,14 +10,14 @@ jobs: ...@@ -10,14 +10,14 @@ jobs:
include: include:
- stage: lint - stage: lint
script: yarn lint script: yarn lint
node_js: "12" node_js: "14"
- stage: unit tests - stage: unit tests
script: yart test script: yarn test
node_js: "10" node_js: "12"
- node_js: "12" - node_js: "14"
- stage: coverage - stage: coverage
script: yarn coverage script: yarn coverage
node_js: "12" node_js: "14"
# NOTE: This is unused atm # NOTE: This is unused atm
# notifications: # notifications:
......
...@@ -27,7 +27,7 @@ Please also be aware that this is an unoffical project worked on in our spare ti ...@@ -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 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. 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 ### Setup the bridge
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter