Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Aug 17, 2024
1 parent b4defbf commit b6c1f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20

- name: Install dependencies
run: npx nypm@latest i
run: npm install

- name: Lint
run: npm run lint
Expand All @@ -36,7 +36,7 @@ jobs:
node-version: 20

- name: Install dependencies
run: npx nypm@latest i
run: npm install

- name: Install playwright
run: npx playwright install
Expand Down

0 comments on commit b6c1f71

Please sign in to comment.