Skip to content

Commit 4ce4b57

Browse files
committed
fix: correction GitHub Actions - ajout package-lock.json pour cache npm
1 parent ce0b1db commit 4ce4b57

3 files changed

Lines changed: 2444 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: 20
29-
cache: 'npm'
30-
cache-dependency-path: './rapport-audit/package-lock.json'
3129

3230
- name: Install dependencies
3331
run: |

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Dependencies
22
node_modules/
3-
package-lock.json
43

54
# Build output
65
dist/

0 commit comments

Comments
 (0)