-node 15, +node 16

This commit is contained in:
Aliaksei Chapyzhenka 2021-04-20 14:08:07 -07:00
parent e3f37c19fe
commit 52cf477dfe

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
node-version: [10, 12, 14, 15] node-version: [10, 12, 14, 16]
os: [ubuntu-latest] # failing on [windows-latest, macOS-latest] os: [ubuntu-latest] # failing on [windows-latest, macOS-latest]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1