diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index af78b7b4..aaa9b5a1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '12.14.1' + node-version: '14.17.0' - uses: actions/cache@v2 with: path: ~/.npm @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '12.14.1' + node-version: '14.17.0' - uses: actions/cache@v2 with: path: ~/.npm @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '12.14.1' + node-version: '14.17.0' - uses: actions/cache@v2 with: path: ~/.npm diff --git a/package.json b/package.json index 0452d777..d356b4ec 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "nyc mocha --no-timeouts test" }, "engines": { - "node": ">=12" + "node": ">=14.17.0" }, "repository": { "type": "git",