Skip to content

Commit

Permalink
Update Node dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <[email protected]>
  • Loading branch information
Luzifer committed Feb 12, 2025
1 parent 86af345 commit 1f52d80
Show file tree
Hide file tree
Showing 3 changed files with 1,440 additions and 574 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-local: download_libs generate-inner generate-apidocs
-trimpath

generate:
docker run --rm -i -v $(CURDIR):$(CURDIR) -w $(CURDIR) node:18-alpine \
docker run --rm -i -v $(CURDIR):$(CURDIR) -w $(CURDIR) node:22-alpine \
sh -exc "apk add make && make generate-inner generate-apidocs && chown -R $(shell id -u) frontend node_modules"

generate-apidocs:
Expand Down
Loading

0 comments on commit 1f52d80

Please sign in to comment.