diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00ef9fc..09beae0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/package.json b/package.json index c7f5a6f..8b818b0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "v0.7.1", "main": "app.js", "engines": { - "node": ">= 8.10.0" + "node": ">= 12.0.0" }, "keywords": [ "sip",