Skip to content

build(deps-dev): bump @types/node from 22.18.10 to 24.9.2 #322

build(deps-dev): bump @types/node from 22.18.10 to 24.9.2

build(deps-dev): bump @types/node from 22.18.10 to 24.9.2 #322

Workflow file for this run

name: Lint the code
on:
push:
branches:
- '*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v6
with:
node-version: 22
- name: Lint the code
run: |
npm ci
npm run lint