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