Skip to content

Commit 21c836c

Browse files
committed
LOOP-1211: Changed node version to 16 from latest for building assets
1 parent 95e0e61 commit 21c836c

File tree

1 file changed

+2
-2
lines changed
  • web/profiles/custom/os2loop/themes/os2loop_theme

1 file changed

+2
-2
lines changed

web/profiles/custom/os2loop/themes/os2loop_theme/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Encore](https://symfony.com/doc/current/frontend/encore/installation.html#instal
1515
Build assets (JavaScript and CSS) by running
1616

1717
```sh
18-
docker run --volume ${PWD}:/app --workdir /app node:latest yarn install
19-
docker run --volume ${PWD}:/app --workdir /app node:latest yarn build
18+
docker run --volume ${PWD}:/app --workdir /app node:16 yarn install
19+
docker run --volume ${PWD}:/app --workdir /app node:16 yarn build
2020
```
2121

2222
Watch for changes:

0 commit comments

Comments
 (0)