From bcb8b8f86070295f420950a086a2ab0e33081502 Mon Sep 17 00:00:00 2001 From: Alex DiLiberto Date: Mon, 31 May 2021 15:00:23 -0400 Subject: [PATCH] Node 14 updates (#967) --- .github/workflows/ci.yml | 12 ++++++------ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bae7b02..5f45e972 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Volta uses: volta-cli/action@v1 with: - node-version: 10 + node-version: 12 - name: Cache Dependencies uses: actions/cache@v2 with: @@ -41,7 +41,7 @@ jobs: - name: Setup Volta uses: volta-cli/action@v1 with: - node-version: 10 + node-version: 12 - name: Cache Dependencies uses: actions/cache@v2 with: @@ -62,7 +62,7 @@ jobs: - name: Setup Volta uses: volta-cli/action@v1 with: - node-version: 10 + node-version: 12 - name: Cache Dependencies uses: actions/cache@v2 with: @@ -85,7 +85,7 @@ jobs: - name: Setup Volta uses: volta-cli/action@v1 with: - node-version: 10 + node-version: 12 - name: Install Dependencies without Lockfile run: yarn install --no-lockfile --non-interactive - name: Browser Tests @@ -116,7 +116,7 @@ jobs: - name: Setup Volta uses: volta-cli/action@v1 with: - node-version: 10 + node-version: 12 - name: Cache Dependencies uses: actions/cache@v2 with: @@ -142,7 +142,7 @@ jobs: - name: Setup Volta uses: volta-cli/action@v1 with: - node-version: 10 + node-version: 12 - name: Cache Dependencies uses: actions/cache@v2 with: diff --git a/README.md b/README.md index 058c3928..db2e004e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Compatibility * Ember.js v3.16 or above * Ember CLI v2.13 or above -* Node.js v10 or above +* Node.js v12 or above Installation diff --git a/package.json b/package.json index 9e0cde5d..431b1276 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "typescript": "^4.3.2" }, "engines": { - "node": "10.* || >= 12" + "node": "12.* || >= 14" }, "ember": { "edition": "octane"