Skip to content

Commit caafc75

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ init-docs:
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:18-buster npm run 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)