Skip to content

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

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

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

Workflow file for this run

name: bump
on: [push]
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: tool3/bump@master
id: bump
with:
github_token: ${{ secrets.GP_TOKEN }}
- name: checkout output
run: echo "${{ steps.bump.outputs.version }}"