fix(actions): dont add bun version latest
Lint / Type Check (push) Failing after 5m19s
Lint / Oxlint (push) Successful in 6m57s
Lint / ESLint (push) Successful in 7m25s
Deploy / Deploy to Stapler (push) Successful in 2m53s
Deploy / Build (push) Successful in 8m12s

This commit is contained in:
2026-05-02 00:49:39 +02:00
parent cbd83360a6
commit 6beca83fa3
4 changed files with 8 additions and 15 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ node_modules: bun.lock
.PHONY: install
install: npm-install ## install project
.PHONY: install
install: npm-update ## update project
.PHONY: update
update: npm-update ## update project
.PHONY: build
build: npm-run-build ## build static site in "dist"