Skip to content

chore: upgrade dependencies to current stable versions (#257) (#259) #593

chore: upgrade dependencies to current stable versions (#257) (#259)

chore: upgrade dependencies to current stable versions (#257) (#259) #593

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'yarn'
- run: npm install -g yarn yalc
- run: yarn
- run: yarn lint:all
- run: yarn link:sheriff
- run: yarn test:ci
- run: cd test-projects/angular-i && yarn && npx ng lint
- run: cd test-projects/angular-ii && yarn && npx ng lint
- run: cd test-projects/angular-iii && yarn && npx ng lint
- run: ./run-integration-tests.sh