Skip to content

fix: package.json & package-lock.json to reduce vulnerabilities #25

fix: package.json & package-lock.json to reduce vulnerabilities

fix: package.json & package-lock.json to reduce vulnerabilities #25

Workflow file for this run

on: push
jobs:
build:
name: Build stage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run `npm build:production`
run: npm run-script build:production
report:
name: Report stage
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@master
- name: Send Velocity deployment
uses: ./
with:
token: ${{ secrets.VELOCITY_DEPLOYMENT_TOKEN }}