Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

feat: updated the node version for MFEs #1101

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion microfrontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ services:
command: bash -c 'npm ci || exit 1; while true; do npm start; sleep 2; done'
stdin_open: true
tty: true
image: node:16
image: node:18
environment:
- NODE_ENV=development