Commit 772a1e2 1 parent 4abb4e1 commit 772a1e2 Copy full SHA for 772a1e2
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
- name : Set up Node
58
58
uses : actions/setup-node@v4
59
59
with :
60
- node-version : " 18 "
60
+ node-version : " 20.9 "
61
61
cache : " yarn"
62
62
cache-dependency-path : " vscode"
63
63
79
79
- name : Set up Node
80
80
uses : actions/setup-node@v4
81
81
with :
82
- node-version : " 18 "
82
+ node-version : " 20.9 "
83
83
cache : " yarn"
84
84
cache-dependency-path : " vscode"
85
85
Original file line number Diff line number Diff line change 16
16
- uses : actions/setup-node@v4
17
17
name : Use Node.js 18.x
18
18
with :
19
- node-version : " 18 "
19
+ node-version : " 20.9 "
20
20
cache : " yarn"
21
21
cache-dependency-path : " vscode"
22
22
Original file line number Diff line number Diff line change 7
7
- bundler
8
8
- node :
9
9
yarn : true
10
- version : 18.15 .0
10
+ version : 20.9 .0
11
11
packages :
12
12
- vscode
13
13
You can’t perform that action at this time.
0 commit comments