Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 522a5c6

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
Relaxed the Node version: ^14.x
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
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‎

Lines changed: 3 additions & 3 deletions
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‎

Lines changed: 2 additions & 2 deletions
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‎

Lines changed: 2 additions & 2 deletions
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /