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