Skip to content

chore(deps): update dependency eslint to v8.54.0 #152

chore(deps): update dependency eslint to v8.54.0

chore(deps): update dependency eslint to v8.54.0 #152

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.3
- 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