Skip to content

Bump github/codeql-action from 3.26.6 to 3.26.7 #183

Bump github/codeql-action from 3.26.6 to 3.26.7

Bump github/codeql-action from 3.26.6 to 3.26.7 #183

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build-release
- run: npm run lint
- run: npm run test