Skip to content

Commit

Permalink
+node 16; -node 15
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Apr 20, 2021
1 parent 2413e2e commit 945743c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14, 15]
node-version: [10, 12, 14, 16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
node-version: [10, 12, 14, 15]
node-version: [10, 12, 14, 16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node-version: [10, 12, 14, 15]
node-version: [10, 12, 14, 16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"bit-field": "^1.3.6",
"logidrom": "^0.3.0",
"logidrom": "^0.3.1",
"onml": "^2.1.0",
"tspan": "^0.4.0"
},
Expand Down

0 comments on commit 945743c

Please sign in to comment.