Skip to content

Bump @angular/language-service from 15.2.1 to 16.0.1 #74

Bump @angular/language-service from 15.2.1 to 16.0.1

Bump @angular/language-service from 15.2.1 to 16.0.1 #74

Workflow file for this run

name: build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'npm'
- name: Build and Test
run: |
npm ci
npm run verify
npm run test:ci
npm run build
env:
CI: true