Skip to content

[Snyk] Security upgrade axios from 0.19.2 to 0.21.1 #334

[Snyk] Security upgrade axios from 0.19.2 to 0.21.1

[Snyk] Security upgrade axios from 0.19.2 to 0.21.1 #334

Workflow file for this run

name: Orion Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Setup node12
uses: actions/setup-node@v2
with:
node-version: '12'
- name: Build with Maven
run: mvn -B package --file pom.xml