Browse Source
set min version support in package.json
pull/278/head
butlerx
4 years ago
No known key found for this signature in database
GPG Key ID: B37CA765BAA89170
2 changed files with
2 additions and
2 deletions
-
.github/workflows/test.yml
-
package.json
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
|
- name: Setup env |
|
|
|
uses: actions/setup-node@v1 |
|
|
|
with: |
|
|
|
node-version: 12 |
|
|
|
node-version: 14 |
|
|
|
- run: yarn |
|
|
|
name: Install dependencies |
|
|
|
- name: ESLint checks |
|
|
|
|
|
@ -46,7 +46,7 @@ |
|
|
|
] |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=10.22" |
|
|
|
"node": ">=14.0.0" |
|
|
|
}, |
|
|
|
"nodemonConfig": { |
|
|
|
"ignore": [ |
|
|
|