Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

fix(deps): update dependency next to v13.5.6 #32

fix(deps): update dependency next to v13.5.6

fix(deps): update dependency next to v13.5.6 #32

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '**'
concurrency:
group: tests-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
fail-fast: true
name: lint and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run web-components-react-wrapper:build
- run: npm run lint
- run: npm run app:patch:stenciljs
- run: npm run app:build