File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
- name : Set Node.js 22.x
17
17
uses : actions/setup-node@v4
18
18
with :
19
- node-version-file: ' .node-version'
19
+ node-version-file : " .node-version"
20
20
21
21
- name : Install Dependencies
22
22
run : yarn
33
33
- name : Set Node.js 22.x
34
34
uses : actions/setup-node@v4
35
35
with :
36
- node-version-file: ' .node-version'
36
+ node-version-file : " .node-version"
37
37
38
38
- name : Install Dependencies
39
39
run : yarn
50
50
- name : Set Node.js 22.x
51
51
uses : actions/setup-node@v4
52
52
with :
53
- node-version-file: ' .node-version'
53
+ node-version-file : " .node-version"
54
54
55
55
- name : Install Dependencies
56
56
run : yarn
67
67
- name : Set Node.js 22.x
68
68
uses : actions/setup-node@v4
69
69
with :
70
- node-version-file: ' .node-version'
70
+ node-version-file : " .node-version"
71
71
72
72
- name : Install Dependencies
73
73
run : yarn
You can’t perform that action at this time.
0 commit comments