Skip to content

chore(deps): bump github/codeql-action from 4.32.4 to 4.32.6 #1624

chore(deps): bump github/codeql-action from 4.32.4 to 4.32.6

chore(deps): bump github/codeql-action from 4.32.4 to 4.32.6 #1624

Workflow file for this run

name: NPM Test
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || (github.ref == 'refs/heads/main' && github.sha) || github.ref }}
cancel-in-progress: true
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
types: [closed, opened, synchronize, reopened]
branches:
- '*'
permissions:
contents: read
jobs:
build:
if: >-
github.event.action != 'closed'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [20, 22, 23, 24]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install npm@11 -g
- run: npm ci
- run: npm test
env:
CI: true