1
0
Fork 0

Try older node version

pull/1229/head
Ferenc Hammerl 2022-11-02 10:37:38 +00:00
parent 580da8ec8b
commit dee747db33
5 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Set Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 12.x
- run: npm install -g npm@latest
# In order to upload & download artifacts from a shell script, certain env variables need to be set that are only available in the

View File

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

View File

@ -27,7 +27,7 @@ jobs:
- name: Set Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 12.x
- run: npm install -g npm@latest
# In order to save & restore cache from a shell script, certain env variables need to be set that are only available in the

View File

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

View File

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