1
0
Fork 0

Bump workflows node versions

pull/1229/head
Ferenc Hammerl 2022-11-01 16:51:40 +00:00
parent b36e70495f
commit 698f089b86
6 changed files with 2664 additions and 1484 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Set Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
# In order to upload & download artifacts from a shell script, certain env variables need to be set that are only available in the
# node context. This runs a local action that gets and sets the necessary env variables that are needed

View File

@ -23,7 +23,7 @@ jobs:
- name: Set Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- name: npm install
run: npm install

View File

@ -27,7 +27,7 @@ jobs:
- name: Set Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
# In order to save & restore cache from a shell script, certain env variables need to be set that are only available in the
# node context. This runs a local action that gets and sets the necessary env variables that are needed

View File

@ -21,7 +21,7 @@ jobs:
- name: Set Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- name: npm install
run: npm install

View File

@ -28,7 +28,7 @@ jobs:
- name: Set Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- name: npm install
run: npm install

4138
package-lock.json generated

File diff suppressed because it is too large Load Diff