expand CI

This commit is contained in:
Aliaksei Chapyzhenka 2021-10-10 22:02:23 -07:00
parent 013a8f2402
commit dc1e639cc5
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [15, 16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [12, 14, 15, 16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}

View File

@ -6,7 +6,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
node-version: [16]
node-version: [15, 16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}