Skip to content

Commit

Permalink
fixup! update nodejs and install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Apr 15, 2021
1 parent eb9ac59 commit 4fcced9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ebextensions/yarn.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
packages:
rpm:
nodesource: https://rpm.nodesource.com/pub_10.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm
yum:
nodejs: []
container_commands:
01_upgrade_nodejs:
command: yum -y install nodejs
02_install_yarn:
install_yarn:
command: npm install --global yarn

0 comments on commit 4fcced9

Please sign in to comment.