Skip to content

Update dependency webpack to v5.94.0 [SECURITY] #3976

Update dependency webpack to v5.94.0 [SECURITY]

Update dependency webpack to v5.94.0 [SECURITY] #3976

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request_target:
branches: [master]
types: [assigned, labeled, opened, reopened, synchronize]
concurrency:
group: ci
jobs:
ci:
runs-on: ubuntu-latest
if: |
github.event_name != 'pull_request_target' ||
github.event.pull_request.user.login == 'tanem' ||
github.event.pull_request.user.login == 'renovate[bot]' ||
contains(github.event.pull_request.labels.*.name, 'safe to test')
steps:
- uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
- uses: 'browserstack/github-actions/setup-env@master'
with:
username: ${{ secrets.BROWSERSTACK_USERNAME }}
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
- uses: actions/checkout@v4
if: github.event_name == 'pull_request_target'
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/checkout@v4
if: github.event_name != 'pull_request_target'
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
check-latest: true
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v3