Skip to content

Update @angular/localize 17.0.2 → 17.0.7 (patch) #69

Update @angular/localize 17.0.2 → 17.0.7 (patch)

Update @angular/localize 17.0.2 → 17.0.7 (patch) #69

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- name: Intall deps
run: npm ci
- name: Test
run: npx jest --watch=false