File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 strategy :
3232 matrix :
3333 node-version :
34- - 16 .x
34+ - 18 .x
3535 steps :
3636 - uses : actions/checkout@v3
3737 - uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 2727 strategy :
2828 matrix :
2929 node-version :
30- - 16 .x
30+ - 18 .x
3131 steps :
3232 - uses : actions/checkout@v3
3333 - uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- runtime : nodejs16
15+ runtime : nodejs18
1616handlers :
1717# Serve all static files with url ending with a file extension
1818- url : /(.*\..+)$
Original file line number Diff line number Diff line change 1919 args : ['--prefix=shared', 'install']
2020- name : ' node:18'
2121 entrypoint : ' npm'
22- args : ['--prefix=app', 'install']
22+ args : ['--prefix=app', '--legacy-peer-deps', ' install']
2323- name : ' node:18'
2424 entrypoint : ' npm'
2525 args : ['--prefix=functions', 'install']
You can’t perform that action at this time.
0 commit comments