Skip to content

Bump @angular/language-service from 16.2.3 to 16.2.7 #66

Bump @angular/language-service from 16.2.3 to 16.2.7

Bump @angular/language-service from 16.2.3 to 16.2.7 #66

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@v2
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm install -g @angular/cli
- run: ng build seatsio-angular