Skip to content

Commit abe3bad

Browse files
fix(deps): update adobe fixes (#2675)
* fix(deps): update adobe fixes * chore: fix * chore: fix install --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobias Bocanegra <tripod@adobe.com>
1 parent c47b8ca commit abe3bad

4 files changed

Lines changed: 1017 additions & 1041 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-node@v6
2222
with:
2323
node-version: '24.x'
24-
- run: npm ci
24+
- run: npm i
2525

2626
# Sub-project setup and testing (conditional)
2727
- name: Install browser injectable dependencies
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/setup-node@v6
6868
with:
6969
node-version: '24.x'
70-
- run: npm ci
70+
- run: npm i
7171
- run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build"
7272
- run: git config --global protocol.file.allow always
7373
- name: Run Windows Tests

0 commit comments

Comments
 (0)