@@ -50,11 +50,11 @@ jobs:
5050 files : |
5151 docs/**
5252
53- - name : Install Node.js v16
53+ - name : Install Node.js v18
5454 if : steps.changed-files.outputs.any_changed == 'true'
5555 uses : actions/setup-node@v3
5656 with :
57- node-version : " 16 "
57+ node-version : " 18 "
5858 cache : " yarn"
5959
6060 - name : Install doctoc
@@ -115,11 +115,11 @@ jobs:
115115 files_ignore : |
116116 lib/vscode/**
117117
118- - name : Install Node.js v16
118+ - name : Install Node.js v18
119119 if : steps.changed-files.outputs.any_changed == 'true'
120120 uses : actions/setup-node@v3
121121 with :
122- node-version : " 16 "
122+ node-version : " 18 "
123123
124124 - name : Fetch dependencies from cache
125125 if : steps.changed-files.outputs.any_changed == 'true'
@@ -170,11 +170,11 @@ jobs:
170170 files_ignore : |
171171 lib/vscode/**
172172
173- - name : Install Node.js v16
173+ - name : Install Node.js v18
174174 if : steps.changed-files.outputs.any_changed == 'true'
175175 uses : actions/setup-node@v3
176176 with :
177- node-version : " 16 "
177+ node-version : " 18 "
178178
179179 - name : Fetch dependencies from cache
180180 if : steps.changed-files.outputs.any_changed == 'true'
@@ -212,6 +212,9 @@ jobs:
212212 with :
213213 submodules : true
214214
215+ - name : Install system dependencies
216+ run : sudo apt update && sudo apt install -y libkrb5-dev
217+
215218 - name : Install quilt
216219 uses : awalsh128/cache-apt-pkgs-action@latest
217220 with :
@@ -221,10 +224,10 @@ jobs:
221224 - name : Patch Code
222225 run : quilt push -a
223226
224- - name : Install Node.js v16
227+ - name : Install Node.js v18
225228 uses : actions/setup-node@v3
226229 with :
227- node-version : " 16 "
230+ node-version : " 18 "
228231
229232 - name : Fetch dependencies from cache
230233 id : cache-node-modules
@@ -292,10 +295,13 @@ jobs:
292295 - name : Checkout repo
293296 uses : actions/checkout@v3
294297
295- - name : Install Node.js v16
298+ - name : Install system dependencies
299+ run : sudo apt update && sudo apt install -y libkrb5-dev
300+
301+ - name : Install Node.js v18
296302 uses : actions/setup-node@v3
297303 with :
298- node-version : " 16 "
304+ node-version : " 18 "
299305
300306 - name : Fetch dependencies from cache
301307 id : cache-node-modules
@@ -348,10 +354,13 @@ jobs:
348354 - name : Checkout repo
349355 uses : actions/checkout@v3
350356
351- - name : Install Node.js v16
357+ - name : Install system dependencies
358+ run : sudo apt update && sudo apt install -y libkrb5-dev
359+
360+ - name : Install Node.js v18
352361 uses : actions/setup-node@v3
353362 with :
354- node-version : " 16 "
363+ node-version : " 18 "
355364
356365 - name : Fetch dependencies from cache
357366 id : cache-node-modules
0 commit comments