Skip to content

Bump github/codeql-action from 4.31.2 to 4.31.5 #83

Bump github/codeql-action from 4.31.2 to 4.31.5

Bump github/codeql-action from 4.31.2 to 4.31.5 #83

Workflow file for this run

name: Test with npm
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
- name: Setup Node
uses: actions/setup-node@v6.0.0
with:
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm ci
- run: npm test