Skip to content

chore: upgrade eslint to version 9 (#304) #86

chore: upgrade eslint to version 9 (#304)

chore: upgrade eslint to version 9 (#304) #86

Workflow file for this run

name: "Main - Lint/Build/Tests"
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: npx playwright install --with-deps
- run: npx nx run-many --target=build --all