Feature/rtpengine locate by dns (#29)

* k8s: query dns for rtpengine endpoints

* use udp now in k8s

* catch error on rtpengine failure

* specify node version in gh actions
This commit is contained in:
Dave Horton
2022-01-23 18:04:15 -05:00
committed by GitHub
parent fc7cdae22a
commit e9b8cd595a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14.x
- run: npm ci
- run: npm run jslint
- run: npm test

View File

@@ -3,7 +3,7 @@
"version": "v0.7.1",
"main": "app.js",
"engines": {
"node": ">= 8.10.0"
"node": ">= 12.0.0"
},
"keywords": [
"sip",