Skip to content

chore(deps): update all non-major dependencies #236

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #236

Workflow file for this run

name: CI
on:
push: { branches: [main] }
pull_request:
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: actions/setup-node@v4
with: { cache: "npm", node-version-file: ".tool-versions" }
- run: npm ci --audit false --fund false
- run: npm run lint