Skip to content

Bump github/codeql-action from 4.31.5 to 4.31.10 #105

Bump github/codeql-action from 4.31.5 to 4.31.10

Bump github/codeql-action from 4.31.5 to 4.31.10 #105

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/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm ci
- run: npm test