Skip to content

chore(deps): bump express from 4.18.2 to 4.21.0 #39

chore(deps): bump express from 4.18.2 to 4.21.0

chore(deps): bump express from 4.18.2 to 4.21.0 #39

Workflow file for this run

name: testing
on:
push:
pull_request:
jobs:
run_testing:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
- run: npm test