We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35585cc commit cbd6fefCopy full SHA for cbd6fef
.github/workflows/gh-page.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Use Node
18
uses: actions/setup-node@v2
19
with:
20
- node-version: 15
+ node-version: 16
21
22
- name: Use cached node_modules
23
uses: actions/cache@v2
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
platform: [ubuntu-latest, windows-latest, macos-latest]
14
- node-version: [12, 14, 15]
+ node-version: [12, 14, 16]
15
16
name: '${{ matrix.platform }}: node.js ${{ matrix.node-version }}'
0 commit comments