@@ -50,11 +50,11 @@ jobs:
50
50
files : |
51
51
docs/**
52
52
53
- - name : Install Node.js v18
53
+ - name : Install Node.js
54
54
if : steps.changed-files.outputs.any_changed == 'true'
55
55
uses : actions/setup-node@v4
56
56
with :
57
- node-version : " 18 "
57
+ node-version-file : .node-version
58
58
cache : " yarn"
59
59
60
60
- name : Install doctoc
@@ -115,11 +115,11 @@ jobs:
115
115
files_ignore : |
116
116
lib/vscode/**
117
117
118
- - name : Install Node.js v18
118
+ - name : Install Node.js
119
119
if : steps.changed-files.outputs.any_changed == 'true'
120
120
uses : actions/setup-node@v4
121
121
with :
122
- node-version : " 18 "
122
+ node-version-file : .node-version
123
123
124
124
- name : Fetch dependencies from cache
125
125
if : steps.changed-files.outputs.any_changed == 'true'
@@ -170,11 +170,11 @@ jobs:
170
170
files_ignore : |
171
171
lib/vscode/**
172
172
173
- - name : Install Node.js v18
173
+ - name : Install Node.js
174
174
if : steps.changed-files.outputs.any_changed == 'true'
175
175
uses : actions/setup-node@v4
176
176
with :
177
- node-version : " 18 "
177
+ node-version-file : .node-version
178
178
179
179
- name : Fetch dependencies from cache
180
180
if : steps.changed-files.outputs.any_changed == 'true'
@@ -224,10 +224,10 @@ jobs:
224
224
- name : Patch Code
225
225
run : quilt push -a
226
226
227
- - name : Install Node.js v18
227
+ - name : Install Node.js
228
228
uses : actions/setup-node@v4
229
229
with :
230
- node-version : " 18 "
230
+ node-version-file : .node-version
231
231
232
232
- name : Fetch dependencies from cache
233
233
id : cache-node-modules
@@ -298,10 +298,10 @@ jobs:
298
298
- name : Install system dependencies
299
299
run : sudo apt update && sudo apt install -y libkrb5-dev
300
300
301
- - name : Install Node.js v18
301
+ - name : Install Node.js
302
302
uses : actions/setup-node@v4
303
303
with :
304
- node-version : " 18 "
304
+ node-version-file : .node-version
305
305
306
306
- name : Fetch dependencies from cache
307
307
id : cache-node-modules
@@ -357,10 +357,10 @@ jobs:
357
357
- name : Install system dependencies
358
358
run : sudo apt update && sudo apt install -y libkrb5-dev
359
359
360
- - name : Install Node.js v18
360
+ - name : Install Node.js
361
361
uses : actions/setup-node@v4
362
362
with :
363
- node-version : " 18 "
363
+ node-version-file : .node-version
364
364
365
365
- name : Fetch dependencies from cache
366
366
id : cache-node-modules
0 commit comments