[CI] Fix: npm@latest cannot run with Node 18

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-11-08 16:23:38 +01:00
parent 136c0e2c96
commit e5bcfaa79f
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -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