Skip to content

chore(deps): bump github/codeql-action from 3.25.8 to 3.26.2 #203

chore(deps): bump github/codeql-action from 3.25.8 to 3.26.2

chore(deps): bump github/codeql-action from 3.25.8 to 3.26.2 #203

Workflow file for this run

name: Unit Test
on:
pull_request: {}
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 16
- run: npm ci
- run: npm run test-ci