]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ci, examples : add package-lock.json to examples addon node (#3919)
authorDaniel Bevenius <redacted>
Wed, 1 Jul 2026 07:04:21 +0000 (09:04 +0200)
committerGitHub <redacted>
Wed, 1 Jul 2026 07:04:21 +0000 (09:04 +0200)
commit167d225f3a7ca391d0b79c069c2a887c83232d10
tree0d82490d59b059e31ed204e0786fffcff4c6688f
parent5cad7abb1e229a27c00730c1882305d282ee6941
ci, examples : add package-lock.json to examples addon node (#3919)

* ci, examples : add package-lock.json to examples addon node

This commit commits the package-lock.json file for examples/addon.node.

This is needed to make the CI workflow work properly and after we
started pinning the action versions in the workflow, the CI started
failing because the package-lock.json was not committed. At least that
is what I think is happening.

* ci: use node 20.x and 22.x instead of 16.x and 18.x

* fix CMakeLists.txt target properties for addon.node
.github/workflows/examples.yml
examples/addon.node/CMakeLists.txt
examples/addon.node/package-lock.json [new file with mode: 0644]