⬆️ packages, node > 10

This commit is contained in:
Aliaksei Chapyzhenka 2020-09-13 18:33:32 -07:00
parent 6eac164c8f
commit def1333bc9
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [8, 10, 12, 13] # 6 fails on MacOSX
node-version: [10, 12, 14] # 6 fails on MacOSX
os: [ubuntu-latest, macOS-latest] # windows-latest fails
steps:
- uses: actions/checkout@v1

View File

@ -31,15 +31,15 @@
"dependencies": {
"async": "^3.1.0",
"bindings": "^1.5.0",
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.1",
"llparse": "^7.0.1"
},
"devDependencies": {
"@drom/eslint-config": "^0.10.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint": "^7.9.0",
"llparse-dot": "^1.0.1",
"mocha": "^7.2.0",
"mocha": "^8.1.3",
"nyc": "^15.1.0"
},
"eslintConfig": {