1
0
Fork 0

Try node v14

pull/1230/head
Ferenc Hammerl 2022-11-04 15:42:08 +00:00
parent 4e3720ed97
commit 640db317cb
5 changed files with 10 additions and 10 deletions

View File

@ -24,10 +24,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.js 16.x
- name: Set Node.js 14.x
uses: actions/setup-node@v3
with:
node-version: 16.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

@ -20,10 +20,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.js 16.x
- name: Set Node.js 14.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 14.x
- name: npm install
run: npm install

View File

@ -24,10 +24,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.js 16.x
- name: Set Node.js 14.x
uses: actions/setup-node@v3
with:
node-version: 16.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

@ -18,10 +18,10 @@ jobs:
- name: verify package exists
run: ls packages/${{ github.event.inputs.package }}
- name: Set Node.js 16.x
- name: Set Node.js 14.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 14.x
- name: npm install
run: npm install

View File

@ -25,10 +25,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.js 16.x
- name: Set Node.js 14.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 14.x
- name: npm install
run: npm install