Skip to content

Commit

Permalink
use node 18 in README.md examples
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Aug 11, 2022
1 parent da1f204 commit 3e16170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Docker image which compiles CSS (from SASS) and JS files.
Examples on Drupal project:

```
docker run -it --rm -v $(pwd)/path/to/theme:/data druidfi/donn:node-16 gulp production
docker run -it --rm -v $(pwd)/path/to/theme:/data druidfi/donn:node-18 gulp production
```

```
docker run -it --rm -v $(pwd)/path/to/theme:/data druidfi/donn:node-16 gulp development
docker run -it --rm -v $(pwd)/path/to/theme:/data druidfi/donn:node-18 gulp development
```

```
docker run -it --rm -v $(pwd)/path/to/theme:/data druidfi/donn:node-16 gulp watch
docker run -it --rm -v $(pwd)/path/to/theme:/data druidfi/donn:node-18 gulp watch
```

## Environment variables
Expand Down

0 comments on commit 3e16170

Please sign in to comment.