Compare commits

...
2 Commits
Author SHA1 Message Date
robin f81eb3be96 Merge pull request 'Changed image for sync-dev job, to include node binary for checkout@v4' (#45) from dev into main
Build and Deploy / sync-dev (push) Successful in 14s
Build and Deploy / build-and-deploy (push) Successful in 4m58s
2026-09-06 19:33:02 +02:00
robin 560695c067 fix: changed image for sync-dev job, to include node binary for checkout@v4 2026-09-06 19:32:19 +02:00
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
needs: build-and-deploy
runs-on: ubuntu-latest
container:
image: golang:1.27-bookworm
image: node:24-bookworm
permissions:
contents: write
steps: