Skip to content

Bump github/codeql-action from 3 to 4 in the github-actions group #286

Bump github/codeql-action from 3 to 4 in the github-actions group

Bump github/codeql-action from 3 to 4 in the github-actions group #286

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: setup node
uses: actions/setup-node@v6
with:
node-version-file: .node-version
cache: 'npm'
- name: install dependencies
run: npm ci
- name: test
run: npm run ci-test