Skip to content

Commit

Permalink
chore: upgrade to nodejs 19
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed Feb 4, 2023
1 parent 3c03dd0 commit 9bfe844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
docker-compose build prod
docker-compose up --detach prod
- run: |
nvm install 15.0.1
nvm install 19.6.0
npm install
node_modules/.bin/semantic-release --dry-run
Expand All @@ -53,7 +53,7 @@ jobs:
docker-compose build prod
docker-compose up --detach prod
- run: |
nvm install 15.0.1
nvm install 19.6.0
npm install
node_modules/.bin/semantic-release --ci false
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ FROM composer:2.1.3 as composer

FROM php:7.4.12-apache AS prod

RUN (curl -sL https://deb.nodesource.com/setup_16.x | bash) \
RUN (curl -sL https://deb.nodesource.com/setup_19.x | bash) \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
git=1:2.20.1-2+deb10u7 \
libghc-gnuidn-dev=0.2.2-7+b1 \
locales=2.28-10+deb10u2 \
nodejs=16.19.0-deb-1nodesource1 \
nodejs=19.6.0-deb-1nodesource1 \
perl=5.28.1-6+deb10u1 \
python3=3.7.3-1 \
python3-pip=18.1-5 \
Expand Down

0 comments on commit 9bfe844

Please sign in to comment.