Skip to content

Bump @angular/common from 17.3.12 to 21.0.1 in the npm_and_yarn group across 1 directory #116

Bump @angular/common from 17.3.12 to 21.0.1 in the npm_and_yarn group across 1 directory

Bump @angular/common from 17.3.12 to 21.0.1 in the npm_and_yarn group across 1 directory #116

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
name: Test Workflow
jobs:
test:
permissions:
contents: read # To checkout repository
actions: read # To read workflow artifacts (if needed)
checks: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm' # Add caching for faster runs
- name: Install dependencies
run: npm ci --ignore-scripts && ./build-tools/search-for-shai-hulud.sh --full && npm rebuild esbuild
- name: Run tests
run: npm run test:ci