File tree Expand file tree Collapse file tree 3 files changed +115
-110
lines changed Expand file tree Collapse file tree 3 files changed +115
-110
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@master
1414 - uses : actions/setup-node@v3
1515 with :
16- node-version : 14 .x
16+ node-version : 18 .x
1717 cache : yarn
1818 - name : Compile extension
1919 run : |
4040 - uses : actions/checkout@master
4141 - uses : actions/setup-node@v3
4242 with :
43- node-version : 14 .x
43+ node-version : 18 .x
4444 cache : yarn
4545 - uses : ruby/setup-ruby@v1
4646 with :
Original file line number Diff line number Diff line change 120120 "@types/mocha" : " ^10.0.0" ,
121121 "@types/node" : " ^18.0.0" ,
122122 "@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 " ,
125125 "@vscode/test-electron" : " ^2.2.0" ,
126126 "esbuild" : " ^0.16.1" ,
127127 "eslint" : " ^8.22.0" ,
141141 " plugin:@typescript-eslint/recommended"
142142 ],
143143 "rules" : {
144- "quotes" : [" error" , " double" ],
144+ "quotes" : [
145+ " error" ,
146+ " double"
147+ ],
145148 "semi" : " error"
146149 },
147- "ignorePatterns" : [" out" ]
150+ "ignorePatterns" : [
151+ " out"
152+ ]
148153 },
149154 "__metadata" : {
150155 "id" : " b46118f9-0f6f-4320-9e2e-75c96492b4cb" ,
You can’t perform that action at this time.
0 commit comments