|
|
|
@@ -53,7 +53,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
node-version: [10.x, 12.x, 14.x, 15.x] |
|
|
|
node-version: [10.x, 12.x, 14.x, 16.x] |
|
|
|
|
|
|
|
needs: package |
|
|
|
steps: |
|
|
|
@@ -80,7 +80,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
node-version: [14.x, 15.x] |
|
|
|
node-version: [14.x, 16.x] |
|
|
|
|
|
|
|
needs: package |
|
|
|
steps: |
|
|
|
@@ -113,7 +113,7 @@ jobs: |
|
|
|
- name: Setup Node.js |
|
|
|
uses: actions/setup-node@v1 |
|
|
|
with: |
|
|
|
node-version: 12.x |
|
|
|
node-version: 16.x |
|
|
|
- name: Get build-output from build step |
|
|
|
uses: actions/download-artifact@v2 |
|
|
|
with: |
|
|
|
|