|
|
@ -7,7 +7,7 @@ jobs: |
|
|
runs-on: ${{ matrix.os }} |
|
|
runs-on: ${{ matrix.os }} |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
node_version: [12.x, 14.x] |
|
|
node_version: [16.x, 14.x] |
|
|
os: [ubuntu-latest, windows-latest, macOS-latest] |
|
|
os: [ubuntu-latest, windows-latest, macOS-latest] |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v1 |
|
|
- uses: actions/checkout@v1 |
|
|
|