🔥 Remove package-lock.json (#3251)
* 👷 Update workflow to not depend on package lock file
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -25,12 +25,11 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
cache: 'npm'
|
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install dependencies using npm
|
- name: Install dependencies using npm
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- name: Build and compile assets
|
- name: Build and compile assets
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2541
package-lock.json
generated
2541
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user