File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ serve-docs:
49
49
50
50
# This will initialize the node_modules needed to run the docs dev server. Run this before running serve-docs
51
51
init-docs :
52
- docker run --rm --workdir=/docs -v $$ {PWD}/docs:/docs node:18-buster yarn install
52
+ docker run --rm --workdir=/docs -v $$ {PWD}/docs:/docs node:20-bullseye yarn install
53
53
54
54
# Ensure docs build without errors. Makes sure generated docs are in-sync with CLI.
55
55
validate-docs : gen-docs
56
- docker run --rm --workdir=/docs -v $$ {PWD}/docs:/docs node:18-buster yarn build
56
+ docker run --rm --workdir=/docs -v $$ {PWD}/docs:/docs node:20-bullseye yarn build
57
57
if [ -n " $$ (git status --porcelain --untracked-files=no)" ]; then \
58
58
git status --porcelain --untracked-files=no; \
59
59
echo " Encountered dirty repo!" ; \
You can’t perform that action at this time.
0 commit comments