⬆️ 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 }}
|
||||
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
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user