Skip to content

Commit b1bbabd

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run:
1414
working-directory: ui
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v3
1717
- name: Use Node.js 12.x
1818
uses: actions/setup-node@v3
1919
with:
@@ -69,11 +69,12 @@ jobs:
6969
- uses: actions/setup-node@v3
7070
with:
7171
node-version: 12.x
72-
- uses: microsoft/[email protected]
7372
- name: Install dependencies
7473
run: npm ci
74+
- name: Install playwright browsers
75+
run: npx playwright install --with-deps
7576
- name: run tests
76-
run: npm run test:e2e
77+
run: npx playwright test:e2e
7778
- uses: actions/upload-artifact@v4
7879
if: failure()
7980
with:

0 commit comments

Comments
 (0)