Skip to content

Commit 40df6c6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: npm ci
2323
- name: Build
2424
run: npm run build
25-
- name: Caluclate bundle size
25+
- name: Calculate bundle size
2626
id: bundle
2727
uses: ./.github/actions/bundle
2828
- name: Test
@@ -74,7 +74,7 @@ jobs:
7474
run: npm ci
7575
- name: run tests
7676
run: npm run test:e2e
77-
- uses: actions/upload-artifact@v2
77+
- uses: actions/upload-artifact@v4
7878
if: failure()
7979
with:
8080
name: failures

0 commit comments

Comments
 (0)