File tree 3 files changed +115
-110
lines changed
3 files changed +115
-110
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@master
14
14
- uses : actions/setup-node@v3
15
15
with :
16
- node-version : 14 .x
16
+ node-version : 18 .x
17
17
cache : yarn
18
18
- name : Compile extension
19
19
run : |
40
40
- uses : actions/checkout@master
41
41
- uses : actions/setup-node@v3
42
42
with :
43
- node-version : 14 .x
43
+ node-version : 18 .x
44
44
cache : yarn
45
45
- uses : ruby/setup-ruby@v1
46
46
with :
Original file line number Diff line number Diff line change 120
120
"@types/mocha" : " ^10.0.0" ,
121
121
"@types/node" : " ^18.0.0" ,
122
122
"@types/vscode" : " ^1.68.0" ,
123
- "@typescript-eslint/eslint-plugin" : " ^5.33.1 " ,
124
- "@typescript-eslint/parser" : " ^5.33.1 " ,
123
+ "@typescript-eslint/eslint-plugin" : " ^5.47.0 " ,
124
+ "@typescript-eslint/parser" : " ^5.47.0 " ,
125
125
"@vscode/test-electron" : " ^2.2.0" ,
126
126
"esbuild" : " ^0.16.1" ,
127
127
"eslint" : " ^8.22.0" ,
141
141
" plugin:@typescript-eslint/recommended"
142
142
],
143
143
"rules" : {
144
- "quotes" : [" error" , " double" ],
144
+ "quotes" : [
145
+ " error" ,
146
+ " double"
147
+ ],
145
148
"semi" : " error"
146
149
},
147
- "ignorePatterns" : [" out" ]
150
+ "ignorePatterns" : [
151
+ " out"
152
+ ]
148
153
},
149
154
"__metadata" : {
150
155
"id" : " b46118f9-0f6f-4320-9e2e-75c96492b4cb" ,
You can’t perform that action at this time.
0 commit comments