Skip to content

chore(deps): update dependency prettier to v3.1.1 (#92) #197

chore(deps): update dependency prettier to v3.1.1 (#92)

chore(deps): update dependency prettier to v3.1.1 (#92) #197

Workflow file for this run

name: ⚙️ CI
on:
pull_request:
push:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: taiga-family/ci/actions/setup/node@v1.44.7
- run: npm run prettier -- --check
- run: npm run lint
- run: npm run test
- run: npm run build:library
- run: npm run build:demo
env:
NODE_OPTIONS: --openssl-legacy-provider
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true