From d55722a1b572c1c6e2465743561420f44f0be48b Mon Sep 17 00:00:00 2001 From: Pat O'Callaghan Date: Thu, 25 Nov 2021 22:50:48 +0000 Subject: [PATCH] Upgrade node 14 in the repo --- .github/workflows/ci.yml | 2 +- .nvmrc | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a394396..c627c22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 10.x + node-version: 14.x - uses: actions/cache@v2 with: diff --git a/.nvmrc b/.nvmrc index 7f8f011..8351c19 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -7 +14 diff --git a/package.json b/package.json index 4d4f439..9cc6a2e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test:all": "ember try:each" }, "engines": { - "node": "10.* || >= 12" + "node": "12.* || 14.* || >= 16" }, "devDependencies": { "@ember/optional-features": "^1.3.0",