chore(deps): update dependency @types/node to v20.12.14 #669
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Web APIs CI | |
on: | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- run: npm run build | |
- run: npm run build:demo | |
- run: npm run lint | |
- run: npm run prettier -- --check | |
- run: npm run test | |
- uses: codecov/[email protected] | |
continue-on-error: true | |
concurrency: | |
group: ci-${{ github.head_ref }} | |
cancel-in-progress: true |