File tree Expand file tree Collapse file tree 3 files changed +6
-27
lines changed Expand file tree Collapse file tree 3 files changed +6
-27
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@master
14
14
- uses : actions/setup-node@v4
15
15
with :
16
- node-version : 18 .x
16
+ node-version : 20 .x
17
17
cache : yarn
18
18
- name : Compile extension
19
19
run : |
Original file line number Diff line number Diff line change 124
124
"glob" : " ^11.0.0" ,
125
125
"globals" : " ^16.3.0" ,
126
126
"mocha" : " ^11.0.1" ,
127
- "typescript" : " ^5.0.2 " ,
127
+ "typescript" : " =5.5.4 " ,
128
128
"typescript-eslint" : " ^8.37.0"
129
129
},
130
- "eslintConfig" : {
131
- "parser" : " @typescript-eslint/parser" ,
132
- "plugins" : [
133
- " @typescript-eslint"
134
- ],
135
- "extends" : [
136
- " eslint:recommended" ,
137
- " plugin:@typescript-eslint/eslint-recommended" ,
138
- " plugin:@typescript-eslint/recommended"
139
- ],
140
- "rules" : {
141
- "quotes" : [
142
- " error" ,
143
- " double"
144
- ],
145
- "semi" : " error"
146
- },
147
- "ignorePatterns" : [
148
- " out"
149
- ]
150
- },
151
130
"__metadata" : {
152
131
"id" : " b46118f9-0f6f-4320-9e2e-75c96492b4cb" ,
153
132
"publisherDisplayName" : " ruby-syntax-tree" ,
Original file line number Diff line number Diff line change @@ -3132,10 +3132,10 @@ typescript-eslint@^8.37.0:
3132
3132
" @typescript-eslint/typescript-estree" " 8.37.0"
3133
3133
" @typescript-eslint/utils" " 8.37.0"
3134
3134
3135
- typescript@^5.0.2 :
3136
- version "5.8.3 "
3137
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3 .tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e "
3138
- integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ ==
3135
+ typescript@=5.5.4 :
3136
+ version "5.5.4 "
3137
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4 .tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba "
3138
+ integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q ==
3139
3139
3140
3140
uc.micro@^2.0.0, uc.micro@^2.1.0 :
3141
3141
version "2.1.0"
You can’t perform that action at this time.
0 commit comments