Skip to content

Commit 522a5c6

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
Relaxed the Node version: ^14.x
Signed-off-by: Akos Kitta <[email protected]>
1 parent 1ae60ec commit 522a5c6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v2
3535

36-
- name: Install Node.js 14.18.1
36+
- name: Install Node.js 14.x
3737
uses: actions/setup-node@v1
3838
with:
39-
node-version: '14.18.1'
39+
node-version: '14.x'
4040
registry-url: 'https://registry.npmjs.org'
4141

4242
- name: Install Python 3.x
@@ -78,7 +78,7 @@ jobs:
7878
fi
7979
fi
8080
81-
npx node-gyp install 14.18.1
81+
npx node-gyp install
8282
yarn --cwd ./electron/packager/
8383
yarn --cwd ./electron/packager/ package
8484

.github/workflows/check-i18n-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v2
2727

28-
- name: Install Node.js 14.18.1
28+
- name: Install Node.js 14.x
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: '14.18.1'
31+
node-version: '14.x'
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: Install dependencies

.github/workflows/i18n-nightly-push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414

15-
- name: Install Node.js 14.18.1
15+
- name: Install Node.js 14.x
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '14.18.1'
18+
node-version: '14.x'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install dependencies

.github/workflows/i18n-weekly-pull.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414

15-
- name: Install Node.js 14.18.1
15+
- name: Install Node.js 14.x
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '14.18.1'
18+
node-version: '14.x'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install dependencies

0 commit comments

Comments
 (0)