File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v3
1818 - uses : actions/setup-node@v3
1919 with :
20- node-version : " 16 .x"
20+ node-version : " 18 .x"
2121 - name : Remove git auth
2222 run : git config --unset http.https://github.com/.extraheader
2323 - name : Generate yarn cache-key
5252 - uses : actions/checkout@v3
5353 - uses : actions/setup-node@v3
5454 with :
55- node-version : " 16 .x"
55+ node-version : " 18 .x"
5656 - name : remove git auth
5757 run : git config --unset http.https://github.com/.extraheader
5858 - name : Configure Yarn cache
7979 - uses : actions/checkout@v3
8080 - uses : actions/setup-node@v3
8181 with :
82- node-version : " 16 .x"
82+ node-version : " 18 .x"
8383 - name : remove git auth
8484 run : git config --unset http.https://github.com/.extraheader
8585 - name : Configure Yarn cache
@@ -110,7 +110,7 @@ jobs:
110110 - uses : actions/checkout@v3
111111 - uses : actions/setup-node@v3
112112 with :
113- node-version : " 16 .x"
113+ node-version : " 18 .x"
114114 - name : remove git auth
115115 run : git config --unset http.https://github.com/.extraheader
116116 - name : Configure Yarn cache
@@ -154,7 +154,7 @@ jobs:
154154 git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
155155 - uses : actions/setup-node@v3
156156 with :
157- node-version : " 16 .x"
157+ node-version : " 18 .x"
158158 - name : remove git auth
159159 run : git config --unset http.https://github.com/.extraheader
160160 - name : Configure Yarn cache
You can’t perform that action at this time.
0 commit comments