fix(headless): add globalThis shim to quanticUmd build to fix a bug with Locker Service #16387
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'package-lock.json root validator' | |
on: | |
push: | |
branches: [master] | |
paths-ignore: | |
- '**/package-lock.json' | |
- '!package-lock.json' | |
pull_request: | |
branches: [master] | |
paths-ignore: | |
- '**/package-lock.json' | |
- '!package-lock.json' | |
permissions: | |
contents: read | |
jobs: | |
lockfile-outside-of-root: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 | |
with: | |
egress-policy: audit | |
- run: exit 0 |