Skip to content

chore(deps): bump rollup from 3.29.4 to 3.29.5 #676

chore(deps): bump rollup from 3.29.4 to 3.29.5

chore(deps): bump rollup from 3.29.4 to 3.29.5 #676

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
uses: actions/[email protected]
with:
node-version: 18.x
cache: 'npm'
- name: Upgrade npm
run: npm i -g npm
- name: Install
run: npm ci --legacy-peer-deps
- name: Audit signatures
run: npm audit signatures