Skip to content

Bump express from 4.17.1 to 4.20.0 in /frontend #335

Bump express from 4.17.1 to 4.20.0 in /frontend

Bump express from 4.17.1 to 4.20.0 in /frontend #335

Workflow file for this run

name: Java Continuous Integration
on: [pull_request]
jobs:
java-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build and test with Maven
run: mvn -B package --file pom.xml
working-directory: ./backend