Close #5047
This commit is contained in:
vhashimotoo 2021-01-13 05:51:43 +02:00 коммит произвёл Antón Molleda
Родитель d280e0f75e
Коммит dc88d1c63f
3 изменённых файлов: 6 добавлений и 6 удалений

8
.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

2
.nvmrc
Просмотреть файл

@ -1 +1 @@
12
14

Просмотреть файл

@ -126,7 +126,7 @@
"webpack-manifest-plugin": "^3.1.0"
},
"engines": {
"node": ">=12 <14"
"node": ">=12 <15"
},
"lint-staged": {
"*.js": "npm run lint:js",