Bugfix/update view message dialog (#3994)

* update view message dialog

* update lock file

* update github main action

* update github main action

* Update style.scss

* Update pnpm-lock.yaml

* Update pnpm-lock.yaml
This commit is contained in:
Henry Heng
2025-02-06 11:05:06 +00:00
committed by GitHub
parent 8e2e790a93
commit c96d634db2
3 changed files with 55 additions and 23 deletions
+4 -4
View File
@@ -26,14 +26,14 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
check-latest: false
cache: 'pnpm'
- run: npm i -g pnpm
cache-dependency-path: 'pnpm-lock.yaml'
- run: pnpm install
- run: ./node_modules/.bin/cypress install
- run: pnpm lint
- run: pnpm build
- name: Install dependencies
- name: Cypress install
run: pnpm cypress install
- name: Install dependencies (Cypress Action)
uses: cypress-io/github-action@v6
with:
working-directory: ./