Compare commits

...

1 Commits

Author SHA1 Message Date
38e62dcbb3 trying to fix syntax error in checkout action
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 35s
Create tag and build when new code gets to main / Export (push) Failing after 1m8s
2026-01-27 18:48:37 +01:00

View File

@@ -94,7 +94,7 @@ jobs:
run: |
apt update && apt -y install curl zip nodejs
- name: Setup node
uses: actions/setup-node@v6
uses: actions/setup-node@v4
with:
node-version: 24
- name: Checkout