Skip to content

Bump express from 4.18.2 to 4.19.2 in /backend/authentication-service #8

Bump express from 4.18.2 to 4.19.2 in /backend/authentication-service

Bump express from 4.18.2 to 4.19.2 in /backend/authentication-service #8

name: Test PR
'on': pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
# Checkout the Repo
- uses: actions/checkout@v2
# Install Node 17
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 17
# Install dependencies
- run: npm ci
# Run tests
- run: npm test