🔥 Remove package-lock.json (#3251)

* 👷 Update workflow to not depend on package lock file
This commit is contained in:
Brandon
2025-03-26 21:08:22 -05:00
committed by GitHub
parent 20d1d07c21
commit cf25bcd20f
2 changed files with 1 additions and 2543 deletions

View File

@@ -25,12 +25,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'npm'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies using npm
run: npm ci
run: npm install
- name: Build and compile assets
run: |

2541
package-lock.json generated

File diff suppressed because it is too large Load Diff