Skip to content

build(deps-dev): bump @angular/language-service from 16.1.5 to 16.1.7 #2951

build(deps-dev): bump @angular/language-service from 16.1.5 to 16.1.7

build(deps-dev): bump @angular/language-service from 16.1.5 to 16.1.7 #2951

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}}