Skip to content

Commit

Permalink
variabiliser le cache du node
Browse files Browse the repository at this point in the history
  • Loading branch information
bidule committed Mar 8, 2024
1 parent b3b85f6 commit 2ce1b1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
env:
NODE_VERSION: 20.11.0
PNPM_VERSION: 8
PNPM_CACHE:

on:
workflow_call:
Expand All @@ -20,7 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
cache: '${{ env.NODE_CACHE }}'
- run: corepack enable
- name: install dependency
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 2ce1b1d

Please sign in to comment.