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

Commit

Permalink
chore: Upgrade MFEs to Node 16 (#913)
Browse files Browse the repository at this point in the history
Co-authored-by: Awais Qureshi <[email protected]>
  • Loading branch information
Jawayria and awais786 authored Apr 26, 2022
1 parent ad64202 commit 9a964d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microfrontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
command: bash -c 'npm install; while true; do npm start; sleep 2; done'
stdin_open: true
tty: true
image: node:12-bullseye
image: node:16
environment:
- NODE_ENV=development

0 comments on commit 9a964d4

Please sign in to comment.