Skip to content

Commit 3808ff5

Browse files
Remove package-lock.json (#208)
* Remove package-lock.json * Remove NPM cache from workflows
1 parent 1ff3222 commit 3808ff5

File tree

3 files changed

+1
-2453
lines changed

3 files changed

+1
-2453
lines changed

.github/workflows/browser-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ jobs:
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: '22'
34-
cache: 'npm'
3534

3635
- name: Install Node Dependencies
37-
run: npm ci
36+
run: npm i
3837

3938
- name: Install Playwright Dependencies
4039
run: npm install playwright@latest

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
uses: actions/setup-node@v4
3434
with:
3535
node-version: '22'
36-
cache: 'npm'
3736

3837
- name: Install Node Dependencies
3938
run: npm i

0 commit comments

Comments
 (0)