Skip to content

Commit 95945ea

Browse files
committed
bump node image for CI
Signed-off-by: Grant Linville <[email protected]>
1 parent c9b7632 commit 95945ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5151
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
5353

5454
# Ensure docs build without errors. Makes sure generated docs are in-sync with CLI.
5555
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
5757
if [ -n "$$(git status --porcelain --untracked-files=no)" ]; then \
5858
git status --porcelain --untracked-files=no; \
5959
echo "Encountered dirty repo!"; \

0 commit comments

Comments
 (0)