Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit d424753

Browse files
authored
chore: bump dependencies (#765)
1 parent 5a6ae27 commit d424753

File tree

3 files changed

+182
-182
lines changed

3 files changed

+182
-182
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
build:
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
platform: [ubuntu-latest, windows-latest]
1213
node: [12.x, 14.x]
@@ -24,8 +25,8 @@ jobs:
2425
restore-keys: |
2526
${{ runner.os }}-node-
2627
- name: Install dependencies
27-
run: npm install
28-
- uses: microsoft/playwright-github-action@v1
28+
run: npm ci
29+
- run: npx playwright install-deps
2930
- name: Lint Source Code
3031
run: npm run lint
3132
- name: Build project

0 commit comments

Comments
 (0)