fix: changed image for sync-dev job, to include node binary for checkout@v4

This commit is contained in:
2026-09-06 19:32:19 +02:00
parent 9d8ed99827
commit 560695c067
+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: