mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
minor #15988 Change the default NODE_VERSION to 18 (jakubtobiasz)
This PR was merged into the 1.13 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | `1.13` From what I see, all our PR-based envs fails since we bumped the min. node version to 18 :p. Commits ------- Change the default NODE_VERSION to 18
This commit is contained in:
commit
02952c7d3a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# https://docs.docker.com/compose/compose-file/#target
|
||||
|
||||
ARG PHP_VERSION=8.1
|
||||
ARG NODE_VERSION=16
|
||||
ARG NODE_VERSION=18
|
||||
ARG ALPINE_VERSION=3.15
|
||||
ARG COMPOSER_VERSION=2.4
|
||||
ARG PHP_EXTENSION_INSTALLER_VERSION=latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue