File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -236,6 +236,8 @@ jobs:
236
236
with :
237
237
submodules : true
238
238
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
239
+ with :
240
+ node-version : ' >=22.16.0'
239
241
- uses : dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 # stable
240
242
- uses : ./.github/actions/setup-go
241
243
with :
@@ -248,6 +250,12 @@ jobs:
248
250
- run : node ./internal/lsp/lsproto/_generate/fetchModel.mjs
249
251
- run : node ./internal/lsp/lsproto/_generate/generate.mjs
250
252
253
+ - name : Remove all converted fourslash tests
254
+ run : rm -rf internal/fourslash/tests/gen
255
+
256
+ - name : Regenerate fourslash tests
257
+ run : npm run convertfourslash
258
+
251
259
- run : git add .
252
260
- run : git diff --staged --exit-code --stat
253
261
You can’t perform that action at this time.
0 commit comments