Skip to content

Commit c160c21

Browse files
committed
build(prettier): adding v8r 5.1.0
1 parent 518bc0a commit c160c21

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

yaml/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ RUN pipx ensurepath --global \
3333
yq==3.4.3
3434

3535
RUN npm install -g \
36-
prettier@3.6.2
36+
prettier@3.6.2 \
37+
v8r@5.1.0
3738

3839
RUN adduser \
3940
--home "${USER_HOME}" \

yaml/docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
pipx --version # pipx
2121
prettier --version # prettier
2222
python --version # python3
23+
v8r --version # v8r
2324
yaml-paths --version # yamlpath
2425
yamllint --version # yamllint
2526
yq --version # yq

0 commit comments

Comments
 (0)