Skip to content

build(deps): bump express from 4.19.1 to 4.21.1 #1545

build(deps): bump express from 4.19.1 to 4.21.1

build(deps): bump express from 4.19.1 to 4.21.1 #1545

Workflow file for this run

name: PR Checks
on:
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build
uses: ./.github/workflows/build-and-upload.yml
secrets:
npm_token: ${{ secrets.npm_token }}
test:
name: Test
needs: build
if: ${{ needs.build.outputs.has_changes == 'true' }}
uses: ./.github/workflows/test.yml
secrets:
npm_token: ${{ secrets.npm_token }}