Skip to content

build(deps): bump express from 4.18.2 to 4.19.2 #141

build(deps): bump express from 4.18.2 to 4.19.2

build(deps): bump express from 4.18.2 to 4.19.2 #141

Workflow file for this run

name: PR checks
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
env:
NX_BRANCH: ${{ github.event.number || github.ref_name }}
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js and Cache
uses: ./.github/actions/nodejs
- name: Sync
run: npx nx run-many --target=sync --all
- name: Test
run: npx nx run-many --target=test --all
- name: Run prepare
run: npx nx run-many --target=prepare --all