Skip to content

[Snyk] Security upgrade axios from 1.6.0 to 1.7.8 #310

[Snyk] Security upgrade axios from 1.6.0 to 1.7.8

[Snyk] Security upgrade axios from 1.6.0 to 1.7.8 #310

Workflow file for this run

name: 'test'
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run build && npm test
env:
PORT_BASE_URL: ${{ secrets.PORT_BASE_URL }}
INPUT_BASEURL: ${{ secrets.PORT_BASE_URL }}
INPUT_CLIENTID: ${{ secrets.PORT_CLIENT_ID }}
INPUT_CLIENTSECRET: ${{ secrets.PORT_CLIENT_SECRET }}