Skip to content

Commit

Permalink
Use npm install instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nyandika committed Jun 15, 2024
1 parent 913ec25 commit 4f24dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: "20.x"
- name: Install dependencies
run: npm ci
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Build the app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
node-version: "20.x"
- name: Install dependencies
run: npm ci
run: npm install
- name: Run code validation (includes linting, prettier and building)
run: npm run validate

0 comments on commit 4f24dde

Please sign in to comment.