Skip to content

Commit cbd6fef

Browse files
ci: test on node 16
1 parent 35585cc commit cbd6fef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: 15
20+
node-version: 16
2121

2222
- name: Use cached node_modules
2323
uses: actions/cache@v2

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
platform: [ubuntu-latest, windows-latest, macos-latest]
14-
node-version: [12, 14, 15]
14+
node-version: [12, 14, 16]
1515

1616
name: '${{ matrix.platform }}: node.js ${{ matrix.node-version }}'
1717

0 commit comments

Comments
 (0)