Skip to content

Bump express from 4.18.2 to 4.21.0 in /tools/android/dependency_analysis/js #3124

Bump express from 4.18.2 to 4.21.0 in /tools/android/dependency_analysis/js

Bump express from 4.18.2 to 4.21.0 in /tools/android/dependency_analysis/js #3124

Workflow file for this run

name: linux
on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- experimental/*
push:
branches:
- main
- experimental/*
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
linux-x64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: linux
nightly: ${{ github.event.inputs.nightly }}