⬆️ dependencies

This commit is contained in:
Aliaksei Chapyzhenka 2022-02-23 18:14:59 -08:00
parent d16cd0257f
commit 8aea87dec5
5 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [12, 14] node-version: [12, 14, 16, 17]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [15, 16] node-version: [15, 16, 17]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}

View File

@ -6,7 +6,7 @@ jobs:
runs-on: macOS-latest runs-on: macOS-latest
strategy: strategy:
matrix: matrix:
node-version: [15, 16] node-version: [15, 16, 17]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}

View File

@ -6,7 +6,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
strategy: strategy:
matrix: matrix:
node-version: [16] node-version: [16, 17]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}

View File

@ -47,15 +47,15 @@
"devDependencies": { "devDependencies": {
"@drom/eslint-config": "^0.10.0", "@drom/eslint-config": "^0.10.0",
"browserify": "^17.0.0", "browserify": "^17.0.0",
"chai": "^4.3.4", "chai": "^4.3.6",
"eslint": "^8.0.0", "eslint": "^8.9.0",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.1",
"http-server": "^13.0.2", "http-server": "^14.1.0",
"llparse-dot": "^1.0.1", "llparse-dot": "^1.0.1",
"mocha": "^9.1.2", "mocha": "^9.2.1",
"node-gyp": "^8.2.0", "node-gyp": "^8.4.1",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"terser": "^5.9.0", "terser": "^5.11.0",
"watchify": "^4.0.0" "watchify": "^4.0.0"
}, },
"eslintConfig": { "eslintConfig": {