Skip to content

Commit 4cf962a

Browse files
Athira SreekumarAthira Sreekumar
authored andcommitted
fix: Updated Node packages to fix CVEs
Resolves: #368 Signed-off-by: athira1693 [email protected]
1 parent 072c5b6 commit 4cf962a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/node-pr-jobs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,11 @@ jobs:
6969
- uses: actions/setup-node@v3
7070
with:
7171
node-version: 12.x
72+
- uses: microsoft/[email protected]
7273
- name: Install dependencies
7374
run: npm ci
74-
- name: Install playwright browsers
75-
run: npx playwright install --with-deps
7675
- name: run tests
77-
run: npx playwright test:e2e
76+
run: npm run test:e2e
7877
- uses: actions/upload-artifact@v4
7978
if: failure()
8079
with:

0 commit comments

Comments
 (0)