Skip to content

Commit

Permalink
Rebuild package-lock.json and use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Feb 4, 2025
1 parent 3c7683a commit f56373c
Show file tree
Hide file tree
Showing 2 changed files with 1,771 additions and 1,384 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
node-version: lts/*
- name: Install dependencies
run: npm install
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run tests
Expand Down
Loading

0 comments on commit f56373c

Please sign in to comment.