From d10b04b5c06527df43a6a074863093cf3aabe49a Mon Sep 17 00:00:00 2001 From: vhashimotoo Date: Wed, 13 Jan 2021 05:51:43 +0200 Subject: [PATCH] build: use node 14 Close #5047 --- .github/workflows/test.yml | 8 ++++---- .nvmrc | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09dde3e6648..54e0ce83abc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 12 + - name: Use Node.js 14 uses: actions/setup-node@v2.1.4 with: - node-version: 12 + node-version: 14 - uses: actions/cache@v2.1.4 with: path: ~/.npm @@ -38,10 +38,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 12 + - name: Use Node.js 14 uses: actions/setup-node@v2.1.4 with: - node-version: 12 + node-version: 14 - uses: actions/cache@v2.1.4 with: path: ~/.npm diff --git a/.nvmrc b/.nvmrc index 48082f72f08..8351c19397f 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -12 +14 diff --git a/package.json b/package.json index a8f927dfc4c..1a4954c73b2 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "webpack-manifest-plugin": "^3.1.0" }, "engines": { - "node": ">=12 <14" + "node": ">=12 <15" }, "lint-staged": { "*.js": "npm run lint:js",