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 593d15f

Browse files
committed
updated CI
1 parent bbeeb08 commit 593d15f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Node.js 12.x
3737
uses: actions/setup-node@v1
3838
with:
39-
node-version: '12.14.1'
39+
node-version: '14.18.2'
4040
registry-url: 'https://registry.npmjs.org'
4141

4242
- name: Install Python 2.7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Node.js 12.x
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: '12.14.1'
31+
node-version: '14.18.2'
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: Install dependencies

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js 12.x
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '12.14.1'
18+
node-version: '14.18.2'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install dependencies

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js 12.x
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '12.14.1'
18+
node-version: '14.18.2'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install dependencies

‎electron/build/template-package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"patch": "ncp ./patch/main.js ./src-gen/backend/main.js"
2727
},
2828
"engines": {
29-
"node": ">=12.14.1 <13"
29+
"node": ">=14.0.0 <15"
3030
},
3131
"repository": {
3232
"type": "git",

‎electron/packager/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"yargs": "^12.0.5"
3232
},
3333
"engines": {
34-
"node": ">=12.14.1 <13"
34+
"node": ">=14.0.0 <15"
3535
},
3636
"mocha": {
3737
"reporter": "spec",

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "AGPL-3.0-or-later",
88
"private": true,
99
"engines": {
10-
"node": ">=12.14.1 <13"
10+
"node": ">=14.0.0 <15"
1111
},
1212
"devDependencies": {
1313
"@theia/cli": "1.22.1",

0 commit comments

Comments
(0)

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