Skip to content

Bump github/codeql-action from 4 to 4.37.3 #172

Bump github/codeql-action from 4 to 4.37.3

Bump github/codeql-action from 4 to 4.37.3 #172

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- run: npm test