Skip to content

chore(deps): bump @solana/web3.js from 1.91.0 to 1.91.7 in /webapp #3265

chore(deps): bump @solana/web3.js from 1.91.0 to 1.91.7 in /webapp

chore(deps): bump @solana/web3.js from 1.91.0 to 1.91.7 in /webapp #3265

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 20.x
uses: actions/[email protected]
with:
node-version: 20.x
cache: "npm"
cache-dependency-path: webapp/package-lock.json
- name: Upgrade npm
run: npm i -g npm
- name: Install
run: npm i --legacy-peer-deps
- name: Audit signatures
run: npm audit signatures