From 026adb03494c87b322d871523dead90ccba6d5bd Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 1 May 2025 13:35:52 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yaml b/action.yaml index 658bcec..28f3f6d 100644 --- a/action.yaml +++ b/action.yaml @@ -35,6 +35,11 @@ runs: using: 'composite' steps: + - name: Setup cache + uses: actions/cache@v3 + with: + path: ~/.npm + key: dont-cache-${{ github.run_id }} - name: Load bash library uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main