File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
uses : " actions/setup-node@v4"
22
22
with :
23
23
cache : " pnpm"
24
- node-version : 20
24
+ node-version : 22
25
25
- name : " setup d2"
26
26
run : " curl -fsSL https://d2lang.com/install.sh | sh -s --"
27
27
- name : " install dependencies"
Original file line number Diff line number Diff line change 23
23
uses : " actions/setup-node@v4"
24
24
with :
25
25
cache : " pnpm"
26
- node-version : 20
26
+ node-version : 22
27
27
- name : " setup d2"
28
28
run : " curl -fsSL https://d2lang.com/install.sh | sh -s --"
29
29
- name : " install dependencies"
Original file line number Diff line number Diff line change 19
19
uses : actions/setup-node@v4
20
20
with :
21
21
cache : " pnpm"
22
- node-version : 20
22
+ node-version : 22
23
23
- name : Install dependencies
24
24
run : pnpm install
25
25
- name : Check format
You can’t perform that action at this time.
0 commit comments