.gitea/workflows/build.yml aktualisiert
List Runner Tool Cache (Persistent) / check-tool-cache (push) Successful in 11s
Output Information / info (push) Successful in 8s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 31s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 33s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 33s

This commit is contained in:
2025-05-25 15:57:46 +02:00
parent b50af2cd7a
commit 00facc2f72
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}"
- name: Setup Chache
id: cache-modules
uses: actions/cache@v3
uses: https://gitea.com/actions/cache@v3
with:
path: ~/.npm
key: deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}