Skip to content

chore(deps): bump file-type from 21.0.0 to 21.1.1 (#2017) #3064

chore(deps): bump file-type from 21.0.0 to 21.1.1 (#2017)

chore(deps): bump file-type from 21.0.0 to 21.1.1 (#2017) #3064

Workflow file for this run

name: Lint JS
on:
push:
paths:
- '**/*.js'
- 'package.json'
pull_request:
paths:
- '**/*.js'
- 'package.json'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
cache: npm
- run: npm ci
- run: npm run lint