fix: mount /apps and docker socket in PR workflow build-and-deploy-ci job #41

Merged
david merged 33 commits from fix/switch-to-npm-ci into main 2026-05-20 19:51:36 +00:00
Showing only changes of commit bd646ff4a4 - Show all commits
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
echo "hash=$(sha256sum package-lock.json | cut -d' ' -f1)" >> $GITHUB_OUTPUT
- name: Cache node_modules
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
node_modules
@@ -67,7 +67,7 @@ jobs:
echo "hash=$(sha256sum package-lock.json | cut -d' ' -f1)" >> $GITHUB_OUTPUT
- name: Cache node_modules
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
node_modules