Relaxed the Node version: ^14.x

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
Akos Kitta 2022-05-23 20:26:46 +02:00 committed by Akos Kitta
parent 1ae60ec9bc
commit 522a5c6e01
4 changed files with 9 additions and 9 deletions

View File

@ -33,10 +33,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js 14.18.1
- name: Install Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: '14.18.1'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: Install Python 3.x
@ -78,7 +78,7 @@ jobs:
fi
fi
npx node-gyp install 14.18.1
npx node-gyp install
yarn --cwd ./electron/packager/
yarn --cwd ./electron/packager/ package

View File

@ -25,10 +25,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node.js 14.18.1
- name: Install Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: '14.18.1'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies

View File

@ -12,10 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js 14.18.1
- name: Install Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: '14.18.1'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies

View File

@ -12,10 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js 14.18.1
- name: Install Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: '14.18.1'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies