Skip to content

Bump github/codeql-action from 4.34.1 to 4.35.0 in the github-actions-dependencies group #126

Bump github/codeql-action from 4.34.1 to 4.35.0 in the github-actions-dependencies group

Bump github/codeql-action from 4.34.1 to 4.35.0 in the github-actions-dependencies group #126

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@v6.0.2
- name: Setup Node
uses: actions/setup-node@v6.3.0
with:
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm ci
- run: npm test