Skip to content

build(deps-dev): bump cypress from 13.13.2 to 13.13.3 #3112

build(deps-dev): bump cypress from 13.13.2 to 13.13.3

build(deps-dev): bump cypress from 13.13.2 to 13.13.3 #3112

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Lint commit message
run: npx commitlint --from=HEAD~1
- name: Lint codebase
run: npm run lint
- name: Check type
run: npm run lint:tsc
- name: Build package
run: npm run build
- name: Build docs
run: scripts/docs.sh
env:
BASE_URL: /${{ github.event.repository.name }}/
- name: Deploy
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs