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
2 people authored and nsprenkle committed Nov 21, 2023
1 parent d34af67 commit 8bdfe8c
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 8bdfe8c

Please sign in to comment.