PR-500824: fixing CI

This commit is contained in:
2025-08-10 06:42:57 +00:00
parent 9210349485
commit b8cfa9c2a1

View File

@@ -41,7 +41,7 @@ jobs:
cache: 'npm' cache: 'npm'
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
- name: Cypress install - name: Cypress install
run: npm install run: npm i
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v6 uses: cypress-io/github-action@v6
with: with:
@@ -59,7 +59,7 @@ jobs:
with: with:
node-version: 20 node-version: 20
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
- run: npm ci --legacy-peer-deps - run: npm ci
- run: npm run build - run: npm run build
# Job to publish the package to npm # Job to publish the package to npm