Skip to content

Build(deps): Bump tar from 7.5.10 to 7.5.11 (#1736) #1047

Build(deps): Bump tar from 7.5.10 to 7.5.11 (#1736)

Build(deps): Bump tar from 7.5.10 to 7.5.11 (#1736) #1047

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: Jest 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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: NPM build, test
run: |
npm ci
npm test