Skip to content

Commit bbc7853

Browse files
Bump fast-uri, fastify and fastify-cli in /examples/mounts (#144)
* Bump Fastify example dependencies * Use Node 20 for Fastify examples * test: stabilize info deep path assertion * test: avoid deep info array ordering --------- Co-authored-by: Aaron Feledy <aaron@arrow.one>
1 parent 88dc0ec commit bbc7853

4 files changed

Lines changed: 533 additions & 617 deletions

File tree

examples/info/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lando info --deep --format table | grep NetworkSettings.Networks.lando_bridge_ne
4242

4343
# Should return a specified --path when given with lando info
4444
lando info --path "[0]" | grep service | wc -l | grep 1
45-
lando info --deep --path "[0].Config.User" | grep nginx
45+
lando info --deep --service web4 --path Config.User | grep nginx
4646

4747
# Should return --path without preceding index if array has size 1
4848
lando info --path service --service web4 | grep web4

examples/mounts/.lando.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
- "node_modules"
6767
- "other-deps/that-go-here"
6868

69-
image: node:18
69+
image: node:20
7070
command: npm run dev
7171
ports:
7272
- 3000/http
@@ -88,7 +88,7 @@ services:
8888
- routes/example
8989
- routes
9090

91-
image: node:18
91+
image: node:20
9292
command: npm run dev
9393
ports:
9494
- 3000/http

0 commit comments

Comments
 (0)