Skip to content

Build(deps-dev): Bump the development-dependencies group with 7 updates #1422

Build(deps-dev): Bump the development-dependencies group with 7 updates

Build(deps-dev): Bump the development-dependencies group with 7 updates #1422

Workflow file for this run

# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: QUnit MHA
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
permissions:
contents: read
jobs:
build-test:
runs-on: windows-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: NPM build, test
run: |
npm ci
npm run build --if-present
npm run test --if-present