File tree 5 files changed +9
-13
lines changed
5 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ jobs:
85
85
- name : Checkout
86
86
uses : actions/checkout@v3
87
87
88
- - name : Install Node.js 16.14
88
+ - name : Install Node.js 18.17
89
89
uses : actions/setup-node@v3
90
90
with :
91
- node-version : ' 16.14 '
91
+ node-version : ' 18.17 '
92
92
registry-url : ' https://registry.npmjs.org'
93
93
cache : ' yarn'
94
94
@@ -131,10 +131,6 @@ jobs:
131
131
export CSC_FOR_PULL_REQUEST=true
132
132
fi
133
133
134
- if [ "${{ runner.OS }}" = "Windows" ]; then
135
- npm config set msvs_version 2017 --global
136
- fi
137
-
138
134
npx node-gyp install
139
135
yarn install --immutable
140
136
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ jobs:
58
58
- name : Checkout repository
59
59
uses : actions/checkout@v3
60
60
61
- - name : Install Node.js 16.14
61
+ - name : Install Node.js 18.17
62
62
uses : actions/setup-node@v3
63
63
with :
64
- node-version : ' 16.14 '
64
+ node-version : ' 18.17 '
65
65
registry-url : ' https://registry.npmjs.org'
66
66
cache : ' yarn'
67
67
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
- name : Checkout
17
17
uses : actions/checkout@v3
18
18
19
- - name : Install Node.js 16.14
19
+ - name : Install Node.js 18.17
20
20
uses : actions/setup-node@v3
21
21
with :
22
- node-version : ' 16.14 '
22
+ node-version : ' 18.17 '
23
23
registry-url : ' https://registry.npmjs.org'
24
24
cache : ' yarn'
25
25
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
- name : Checkout
17
17
uses : actions/checkout@v3
18
18
19
- - name : Install Node.js 16.14
19
+ - name : Install Node.js 18.17
20
20
uses : actions/setup-node@v3
21
21
with :
22
- node-version : ' 16.14 '
22
+ node-version : ' 18.17 '
23
23
registry-url : ' https://registry.npmjs.org'
24
24
cache : ' yarn'
25
25
Original file line number Diff line number Diff line change 7
7
"license" : " AGPL-3.0-or-later" ,
8
8
"private" : true ,
9
9
"engines" : {
10
- "node" : " >=16.14 .0 <17 "
10
+ "node" : " >=18.17 .0 <21 "
11
11
},
12
12
"devDependencies" : {
13
13
"@theia/cli" : " 1.39.0" ,
You can’t perform that action at this time.
0 commit comments