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

Commit

Permalink
feat: updated the node version for MFEs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahwaheed committed Jun 16, 2023
1 parent f7dad96 commit cd299f2
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:16
image: node:18
environment:
- NODE_ENV=development

0 comments on commit cd299f2

Please sign in to comment.