Skip to content

Commit 85e7fb6

Browse files
Updated dependencies and added v16 to test matrix
1 parent cb61cde commit 85e7fb6

6 files changed

Lines changed: 2257 additions & 2070 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node: [10, 12, 14]
11+
node: [10, 12, 14, 16]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 14
17+
node-version: 16
1818
- name: Install and Docs
1919
run: |
2020
npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 14
16+
node-version: 16
1717
registry-url: 'https://registry.npmjs.org'
1818
- name: Install and Publish
1919
run: |

0 commit comments

Comments
 (0)