Skip to content

Commit

Permalink
feat(node): support 18x (#12)
Browse files Browse the repository at this point in the history
* feat(node): support 18x

* fixup! feat(node): support 18x
  • Loading branch information
eertmanhidde authored Nov 7, 2023
1 parent b93f938 commit 77493d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PHP_VERSION 8.1.11
ENV REDIS_EXT_VERSION 5.3.7
ENV IMAGICK_EXT_VERSION 3.7.0
ENV NGINX_VERSION 1.22.0
ENV NODE_ENGINE 14.15.0
ENV NODE_ENGINE 18.13.0
ENV COMPOSER_VERSION 2.6.4
ENV YARN_VERSION 1.22.4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Usage: `FROM nerdsandcompany/docker-heroku-craft`
* Nginx
* PHP 8.1.x with Redis and Imagick
* Composer
* Node 14.x
* Node 18.x
* Yarn
* Chrome
* ChromeDriver

1 comment on commit 77493d5

@joostwaaijer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finally @eertmanhidde

Please sign in to comment.