migration from react-joyride to driver.js:
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 18m52s

This commit is contained in:
2026-01-21 10:07:38 -08:00
parent 65c38765c6
commit 3314063e25
8 changed files with 309 additions and 268 deletions

View File

@@ -45,7 +45,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'
- name: Install Dependencies
run: npm ci --legacy-peer-deps
run: npm ci
- name: Bump Minor Version and Push
run: |

View File

@@ -41,7 +41,7 @@ jobs:
# If dependencies are not found in cache, it will run 'npm ci' automatically.
# If they are found, it restores them. This is the standard, reliable way.
- name: Install Dependencies
run: npm ci --legacy-peer-deps # 'ci' is faster and safer for CI/CD than 'install'.
run: npm ci # 'ci' is faster and safer for CI/CD than 'install'.
- name: Bump Version and Push
run: |