Skip to content

Commit 4141d20

Browse files
committed
Update nextjs.yml
1 parent 89278fc commit 4141d20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
with:
5454
node-version: "20"
5555
cache: ${{ steps.detect-package-manager.outputs.manager }}
56+
- name: Install dependencies
57+
run: npm install
5658
- name: Install Playwright
5759
#run: npx playwright install --with-deps
5860
run: npx playwright install

0 commit comments

Comments
 (0)