File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- uses : actions/setup-node@v1
16
16
with :
17
- node-version : 16
17
+ node-version : 18
18
18
registry-url : https://registry.npmjs.org/
19
19
- name : Setup Build Environment
20
20
run : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const child_process = require("child_process");
3
3
const fs = require ( "fs" ) ;
4
4
const fse = require ( "fs-extra" ) ;
5
5
6
- const vscodeVersion = "1.81 .0" ;
6
+ const vscodeVersion = "1.82 .0" ;
7
7
8
8
if ( ! fs . existsSync ( "vscode" ) ) {
9
9
child_process . execSync ( `git clone --depth 1 https://github.com/microsoft/vscode.git -b ${ vscodeVersion } ` , {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-web" ,
3
- "version" : " 1.81 .0" ,
3
+ "version" : " 1.82 .0" ,
4
4
"description" : " Visual Studio Code for browser" ,
5
5
"files" : [" dist" ],
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments