Skip to content

Bump github/codeql-action from 4.35.2 to 4.35.4 #144

Bump github/codeql-action from 4.35.2 to 4.35.4

Bump github/codeql-action from 4.35.2 to 4.35.4 #144

Workflow file for this run

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