|
|
@@ -11,7 +11,7 @@ jobs: |
|
|
- name: Setup Node.js |
|
|
- name: Setup Node.js |
|
|
uses: actions/setup-node@v4 |
|
|
uses: actions/setup-node@v4 |
|
|
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@v4 |
|
|
uses: actions/setup-node@v4 |
|
|
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@v4 |
|
|
uses: actions/download-artifact@v4 |
|
|
with: |
|
|
with: |
|
|
|