Skip to content

Chore(deps): Bump express from 4.18.1 to 4.19.2 in /examples/with-express-javascript-cjs #1216

Chore(deps): Bump express from 4.18.1 to 4.19.2 in /examples/with-express-javascript-cjs

Chore(deps): Bump express from 4.18.1 to 4.19.2 in /examples/with-express-javascript-cjs #1216

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Test
run: yarn test