Skip to content

chore(deps): bump the npm group with 4 updates #1629

chore(deps): bump the npm group with 4 updates

chore(deps): bump the npm group with 4 updates #1629

Workflow file for this run

name: Next.js
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build