Skip to content

Commit fb26546

Browse files
author
Akos Kitta
committed
chore: Pinned Node.js >=16.14
Signed-off-by: Akos Kitta <[email protected]>
1 parent 45aeb7f commit fb26546

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
- name: Checkout
5858
uses: actions/checkout@v3
5959

60-
- name: Install Node.js 16.x
60+
- name: Install Node.js 16.14
6161
uses: actions/setup-node@v3
6262
with:
63-
node-version: '16.x'
63+
node-version: '16.14'
6464
registry-url: 'https://registry.npmjs.org'
6565

6666
- name: Install Python 3.x

Diff for: .github/workflows/check-i18n-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Checkout repository
3030
uses: actions/checkout@v3
3131

32-
- name: Install Node.js 16.x
32+
- name: Install Node.js 16.14
3333
uses: actions/setup-node@v3
3434
with:
35-
node-version: '16.x'
35+
node-version: '16.14'
3636
registry-url: 'https://registry.npmjs.org'
3737

3838
- name: Install Go

Diff for: .github/workflows/i18n-nightly-push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818

19-
- name: Install Node.js 16.x
19+
- name: Install Node.js 16.14
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '16.x'
22+
node-version: '16.14'
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Install Go

Diff for: .github/workflows/i18n-weekly-pull.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818

19-
- name: Install Node.js 16.x
19+
- name: Install Node.js 16.14
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '16.x'
22+
node-version: '16.14'
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Install Go

Diff for: docs/development.md

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ This repository contains the main code, but two more repositories are included d
5454
If you’re familiar with TypeScript, the [Theia IDE](https://theia-ide.org/), and if you want to contribute to the
5555
project, you should be able to build the Arduino IDE locally.
5656
Please refer to the [Theia IDE prerequisites](https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites) documentation for the setup instructions.
57-
> **Note**: Node.js 16 must be used instead of the version 14 recommended at the link above.
5857

5958
Once you have all the tools installed, you can build the editor following these steps
6059

0 commit comments

Comments
 (0)