File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v3
18
18
- uses : actions/setup-node@v3
19
19
with :
20
- node-version : " 16 .x"
20
+ node-version : " 18 .x"
21
21
- name : Remove git auth
22
22
run : git config --unset http.https://github.com/.extraheader
23
23
- name : Generate yarn cache-key
52
52
- uses : actions/checkout@v3
53
53
- uses : actions/setup-node@v3
54
54
with :
55
- node-version : " 16 .x"
55
+ node-version : " 18 .x"
56
56
- name : remove git auth
57
57
run : git config --unset http.https://github.com/.extraheader
58
58
- name : Configure Yarn cache
79
79
- uses : actions/checkout@v3
80
80
- uses : actions/setup-node@v3
81
81
with :
82
- node-version : " 16 .x"
82
+ node-version : " 18 .x"
83
83
- name : remove git auth
84
84
run : git config --unset http.https://github.com/.extraheader
85
85
- name : Configure Yarn cache
@@ -110,7 +110,7 @@ jobs:
110
110
- uses : actions/checkout@v3
111
111
- uses : actions/setup-node@v3
112
112
with :
113
- node-version : " 16 .x"
113
+ node-version : " 18 .x"
114
114
- name : remove git auth
115
115
run : git config --unset http.https://github.com/.extraheader
116
116
- name : Configure Yarn cache
@@ -154,7 +154,7 @@ jobs:
154
154
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
155
155
- uses : actions/setup-node@v3
156
156
with :
157
- node-version : " 16 .x"
157
+ node-version : " 18 .x"
158
158
- name : remove git auth
159
159
run : git config --unset http.https://github.com/.extraheader
160
160
- name : Configure Yarn cache
You can’t perform that action at this time.
0 commit comments