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