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:
4949
5050# This will initialize the node_modules needed to run the docs dev server. Run this before running serve-docs
5151init-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
5353
5454# Ensure docs build without errors. Makes sure generated docs are in-sync with CLI.
5555validate-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
5757 if [ -n " $$ (git status --porcelain --untracked-files=no)" ]; then \
5858 git status --porcelain --untracked-files=no; \
5959 echo " Encountered dirty repo!" ; \
You can’t perform that action at this time.
0 commit comments