Skip to content

Commit 62204d5

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

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
name: Build and Test
1212
defaults:
1313
run:
@@ -31,16 +31,9 @@ jobs:
3131
id: coverage
3232
if: ${{ always() }}
3333
uses: ./.github/actions/coverage-report
34-
- name: Comment on PR
35-
if: ${{ always() }}
36-
uses: ./.github/actions/commenter
37-
with:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
BUNDLE_SIZE: ${{ steps.bundle.outputs.bundle_size }}
40-
TEST_COVERAGE: ${{ steps.coverage.outputs.test_coverage }}
4134

4235
lint:
43-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-22.04
4437
name: ESLint
4538
defaults:
4639
run:
@@ -58,7 +51,7 @@ jobs:
5851
run: npm run lint
5952

6053
e2e-tests:
61-
runs-on: ubuntu-latest # or macos-latest, windows-latest
54+
runs-on: ubuntu-22.04 # or macos-latest, windows-latest
6255
defaults:
6356
run:
6457
working-directory: ui
@@ -69,12 +62,13 @@ jobs:
6962
- uses: actions/setup-node@v3
7063
with:
7164
node-version: 16.x
72-
- uses: microsoft/playwright-github-action@v1
7365
- name: Install dependencies
7466
run: npm ci
67+
- name: set up playwright environment
68+
run: npx playwright install
7569
- name: run tests
7670
run: npm run test:e2e
77-
- uses: actions/upload-artifact@v3
71+
- uses: actions/upload-artifact@v4
7872
if: failure()
7973
with:
8074
name: failures

MAINTAINERS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# MAINTAINERS
22

3-
Kate Stanley - [email protected]
4-
Grace Jansen - [email protected]
3+
4+
Graeme McRobert - [email protected]
5+
Neeraj Laad - [email protected]

0 commit comments

Comments
 (0)