Skip to content

Bump github/codeql-action from 3.24.0 to 4.32.4 #991

Bump github/codeql-action from 3.24.0 to 4.32.4

Bump github/codeql-action from 3.24.0 to 4.32.4 #991

Workflow file for this run

name: ci
on: push
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
name: Lint via Node {{ matrix.node-version }}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.1
with:
node-version: ${{ matrix.node-version }}
- name: Pull dependencies and lint
run: |
npm ci
npm run lint