Skip to content

build(deps): bump tar from 7.5.2 to 7.5.7 #12

build(deps): bump tar from 7.5.2 to 7.5.7

build(deps): bump tar from 7.5.2 to 7.5.7 #12

Workflow file for this run

name: build-checks
on:
pull_request:
branches:
- master
jobs:
build-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: |
npm ci
./node_modules/.bin/ng test --watch=false --progress=false --browsers=ChromeHeadlessCI