Skip to content

Commit

Permalink
Chore(web-twig): Use Node v18 for development since the Docker image …
Browse files Browse the repository at this point in the history
…for v16 no longer exists

In theory, we still support older Node versions until #DS-466 is fully resolved.
  • Loading branch information
literat authored and adamkudrna committed Feb 29, 2024
1 parent 45aec24 commit f820fe8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web-twig-demo/docker/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
web-twig-demo-encore:
container_name: web-twig-demo-encore
command: 'sh -c "yarn && yarn watch"'
image: node:16-alpine
image: node:18-alpine
# ports:
# - '${DEV_SERVER_PORT:-8080}:8080'
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
data-spirit-target="#dropdown-placements-example"
data-spirit-autoclose="false"
>
<span id="dropdown-placements-example-text" style="white-space: nowrap">bottom-left</span>
<span id="dropdown-placements-example-text" style="white-space: nowrap">bottom-start</span>
</Button>
<Dropdown id="dropdown-placements-example">
<Item elementType="a" href="#" label="Action" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f820fe8

Please sign in to comment.