Update .gitea/workflows/build-and-push.yml
Some checks failed
Build and Deploy React Package / build-and-publish (push) Failing after 2m47s

This commit is contained in:
2026-05-25 10:28:33 +00:00
parent 39176e2f44
commit 523bc5ed16

View File

@@ -12,7 +12,7 @@ env:
# The full name of your package (e.g., 'myusername/myproject')
PACKAGE_NAME: vkrb/quantum_frontend
# Node.js version to use
NODE_VERSION: "25.9.0"
NODE_VERSION: "24"
jobs:
build-and-publish: