Skip to content

chore: Bump @typescript-eslint/parser from 6.5.0 to 6.6.0 (#341) #300

chore: Bump @typescript-eslint/parser from 6.5.0 to 6.6.0 (#341)

chore: Bump @typescript-eslint/parser from 6.5.0 to 6.6.0 (#341) #300

Workflow file for this run

name: Release
on:
push:
branches: [main, beta]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn test:coverage
- uses: codecov/codecov-action@v3
with:
files: ./coverage/unit/clover.xml,./coverage/integration/clover.xml,./coverage/e2e/clover.xml
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release