Skip to content

build(deps): bump es5-ext from 0.10.61 to 0.10.64 in /indexer #2988

build(deps): bump es5-ext from 0.10.61 to 0.10.64 in /indexer

build(deps): bump es5-ext from 0.10.61 to 0.10.64 in /indexer #2988

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./webapp
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
uses: actions/[email protected]
with:
node-version: 18.x
cache: "npm"
cache-dependency-path: webapp/package-lock.json
- name: Install
run: npm i --legacy-peer-deps
- name: Audit signatures
run: npm audit signatures