⬆️ packages, node > 10
This commit is contained in:
parent
6eac164c8f
commit
def1333bc9
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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
|
os: [ubuntu-latest, macOS-latest] # windows-latest fails
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
@ -31,15 +31,15 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^3.1.0",
|
"async": "^3.1.0",
|
||||||
"bindings": "^1.5.0",
|
"bindings": "^1.5.0",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^9.0.1",
|
||||||
"llparse": "^7.0.1"
|
"llparse": "^7.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@drom/eslint-config": "^0.10.0",
|
"@drom/eslint-config": "^0.10.0",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^7.9.0",
|
||||||
"llparse-dot": "^1.0.1",
|
"llparse-dot": "^1.0.1",
|
||||||
"mocha": "^7.2.0",
|
"mocha": "^8.1.3",
|
||||||
"nyc": "^15.1.0"
|
"nyc": "^15.1.0"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user