Skip to content

Commit

Permalink
ci: remove package-lock after npm actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3S4mur41 authored Sep 20, 2024
1 parent a419719 commit 47f463e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
check-latest: true
cache: 'npm'

- name: '🧹 Remove package-lock'
run: rm -f package-lock.json

- name: '🎭 Install YARN'
run: npm i -D yarn

- name: '🧹 Remove package-lock'
run: rm -f package-lock.json

- name: '🎭 Install playwright'
run: yarn add @playwright/test

Expand All @@ -84,12 +84,12 @@ jobs:
check-latest: true
cache: 'npm'

- name: '🧹 Remove package-lock'
run: rm -f package-lock.json

- name: '🎭 Install PNPM'
run: npm i -D pnpm

- name: '🧹 Remove package-lock'
run: rm -f package-lock.json

- name: '🎭 Install playwright'
run: pnpm add @playwright/test

Expand Down

0 comments on commit 47f463e

Please sign in to comment.