Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#1088) #1674

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#1088)

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#1088) #1674

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