Skip to content

Commit

Permalink
Update refreshLockFiles.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 authored Dec 8, 2024
1 parent cf7c035 commit 6eb7419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refreshLockFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
find . -name "package-lock.json" -delete
- name: 💻 Install npm packages
run: npm install
run: npm install --legacy-peer-deps
- name: Build website 🤖
run: |
npm run build
Expand All @@ -28,4 +28,4 @@ jobs:
with:
title: Update npm packages
body: |
This PR updates npm packages by removing package-lock.json files and reinstalling dependencies.
This PR updates npm packages by removing package-lock.json files and reinstalling dependencies.

0 comments on commit 6eb7419

Please sign in to comment.