File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
- name : π Git Checkout
29
29
uses : actions/checkout@v4
30
30
31
- - name : π― Setup Node.js (18.x)
31
+ - name : π― Setup Node.js
32
32
uses : actions/setup-node@v4
33
33
with :
34
- node-version : 18.x
34
+ node-version : 22.11.0
35
35
cache : " npm"
36
36
cache-dependency-path : extensions/vscode/package-lock.json
37
37
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- name : π Git Checkout
19
19
uses : actions/checkout@v4
20
20
21
- - name : π― Setup Node.js (18.x)
21
+ - name : π― Setup Node.js
22
22
uses : actions/setup-node@v4
23
23
with :
24
- node-version : 18.x
24
+ node-version : 22.11.0
25
25
cache : " npm"
26
26
cache-dependency-path : extensions/vscode/package-lock.json
27
27
You canβt perform that action at this time.
0 commit comments