Skip to content

fix(deps): update external major (major) #338

fix(deps): update external major (major)

fix(deps): update external major (major) #338

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22' #required for npm 8 or later.
- run: npm install
- run: npm run lint
env:
CI: true