Skip to content

Bump @angular/compiler from 16.1.6 to 17.3.7 #2473

Bump @angular/compiler from 16.1.6 to 17.3.7

Bump @angular/compiler from 16.1.6 to 17.3.7 #2473

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install
run: npm install --legacy-peer-deps
- name: Build lib
run: npm run build-wasm
- name: Build
run: npm run build --if-present