File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : setup node
32
32
uses : actions/setup-node@v4
33
33
with :
34
- node-version : " 20.19.0 "
34
+ node-version : " 20.19.1 "
35
35
cache : " pnpm"
36
36
37
37
# Why do we explicitly do pnpm install here and not use "run_install: true" above in the pnpm setup?
72
72
- name : setup node
73
73
uses : actions/setup-node@v4
74
74
with :
75
- node-version : " 20.19.0 "
75
+ node-version : " 20.19.1 "
76
76
cache : " pnpm"
77
77
78
78
# Why do we explicitly do pnpm install here and not use "run_install: true" above in the pnpm setup?
Original file line number Diff line number Diff line change 32
32
- name : setup node
33
33
uses : actions/setup-node@v4
34
34
with :
35
- node-version : " 20.19.0 "
35
+ node-version : " 20.19.1 "
36
36
cache : " pnpm"
37
37
38
38
# Why do we explicitly do pnpm install here and not use "run_install: true" above in the pnpm setup?
You can’t perform that action at this time.
0 commit comments