⬆️ dependencies
This commit is contained in:
parent
d16cd0257f
commit
8aea87dec5
2
.github/workflows/linux-napi.yml
vendored
2
.github/workflows/linux-napi.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12, 14]
|
||||
node-version: [12, 14, 16, 17]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [15, 16]
|
||||
node-version: [15, 16, 17]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: macOS-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [15, 16]
|
||||
node-version: [15, 16, 17]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16]
|
||||
node-version: [16, 17]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
14
package.json
14
package.json
@ -47,15 +47,15 @@
|
||||
"devDependencies": {
|
||||
"@drom/eslint-config": "^0.10.0",
|
||||
"browserify": "^17.0.0",
|
||||
"chai": "^4.3.4",
|
||||
"eslint": "^8.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"http-server": "^13.0.2",
|
||||
"chai": "^4.3.6",
|
||||
"eslint": "^8.9.0",
|
||||
"fs-extra": "^10.0.1",
|
||||
"http-server": "^14.1.0",
|
||||
"llparse-dot": "^1.0.1",
|
||||
"mocha": "^9.1.2",
|
||||
"node-gyp": "^8.2.0",
|
||||
"mocha": "^9.2.1",
|
||||
"node-gyp": "^8.4.1",
|
||||
"nyc": "^15.1.0",
|
||||
"terser": "^5.9.0",
|
||||
"terser": "^5.11.0",
|
||||
"watchify": "^4.0.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user