Skip to content

Commit

Permalink
Merge pull request #2 from edx/jhynes/fix
Browse files Browse the repository at this point in the history
fix: update default node in devstack MFE's to v 18.x
  • Loading branch information
justinhynes authored Apr 3, 2024
2 parents e3511f2 + ef3e577 commit 34e80b1
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 @@ -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

0 comments on commit 34e80b1

Please sign in to comment.