Skip to content

Bump eslint-config-prettier from 8.10.0 to 9.1.0 #32

Bump eslint-config-prettier from 8.10.0 to 9.1.0

Bump eslint-config-prettier from 8.10.0 to 9.1.0 #32

Workflow file for this run

name: Build application
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm clean-install
- run: npm run test:ci
- run: npm run build