diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09dde3e66..54e0ce83a 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 48082f72f..8351c1939 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -12 +14 diff --git a/package.json b/package.json index a8f927dfc..1a4954c73 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",