[CI] Fix: npm@latest cannot run with Node 18
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
136c0e2c96
commit
e5bcfaa79f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ generate-apidocs:
|
|||
mv /tmp/api.html frontend/
|
||||
|
||||
generate-inner:
|
||||
npx --yes npm@latest ci --include=dev
|
||||
npm ci --include=dev
|
||||
node ./ci/build.mjs
|
||||
|
||||
publish: download_libs generate-inner generate-apidocs
|
||||
|
|
Loading…
Reference in a new issue