Skip to content

Pin nextjs to 14.2.35 for CVE-2025-55183-55184 #809

Pin nextjs to 14.2.35 for CVE-2025-55183-55184

Pin nextjs to 14.2.35 for CVE-2025-55183-55184 #809

Workflow file for this run

name: Lint

Check failure on line 1 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

(Line: 32, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
checks: write
contents: write
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install project dependencies
run: yarn --prefer-offline
id: install
- name: yarn lint