Skip to content

fix(deps): update all non-major npm dependencies #340

fix(deps): update all non-major npm dependencies

fix(deps): update all non-major npm dependencies #340

Workflow file for this run

name: Pull Request
on:
pull_request:
permissions:
contents: read
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_PR_TOKEN }}
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npx nx run-many -t lint test build
- run: npm run prettier