chore(deps): update dependency @types/express to v4.17.19 (#102) #192
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: CI | |
on: | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- run: npm run build | |
- run: npm run prettier -- --check | |
- run: npm run lint | |
- run: npm run test | |
env: | |
NODE_OPTIONS: --openssl-legacy-provider | |
- uses: codecov/codecov-action@v3 | |
concurrency: | |
group: ci-${{ github.head_ref }} | |
cancel-in-progress: true |