Skip to content

Commit 647e059

Browse files
committed
fix: Resolve CI/CD workflow failures
- Add missing package-lock.json file for npm dependency caching - Update actions/upload-artifact from deprecated v3 to v4 - Fixes workflow failures caused by missing lockfile and deprecated action These issues were preventing the GitHub Actions from running properly.
1 parent 3b08130 commit 647e059

File tree

2 files changed

+1786
-1
lines changed

2 files changed

+1786
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Upload test results
5656
if: failure()
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: test-results-${{ matrix.node-version }}
6060
path: |

0 commit comments

Comments
 (0)