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 5d586b8 commit ea504fcCopy full SHA for ea504fc
.github/workflows/ci.yml
@@ -7,12 +7,12 @@ jobs:
7
strategy:
8
matrix:
9
os: [ubuntu-latest, windows-latest]
10
- node: [12, 14]
+ node: [12, 14, 16]
11
runs-on: ${{ matrix.os }}
12
steps:
13
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
14
- name: use Node.js ${{ matrix.node-version }}
15
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
16
with:
17
node-version: ${{ matrix.node-version }}
18
- name: install
0 commit comments