Skip to content

build(deps-dev): bump @typescript-eslint/parser from 5.60.1 to 5.61.0 #2882

build(deps-dev): bump @typescript-eslint/parser from 5.60.1 to 5.61.0

build(deps-dev): bump @typescript-eslint/parser from 5.60.1 to 5.61.0 #2882

Workflow file for this run

name: CI Build
on:
pull_request: {}
push:
branches:
- master
- main
tags:
- v*
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: npm install
- run: npm run lint
- run: npm run test -- --no-watch --no-progress --browsers=ChromeHeadless
automerge:
needs: [test]
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}