Skip to content

Update dependency rollup to v3.29.5 [SECURITY] #1151

Update dependency rollup to v3.29.5 [SECURITY]

Update dependency rollup to v3.29.5 [SECURITY] #1151

Workflow file for this run

name: Action
on:
pull_request:
branches: [master]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: package.json
- run: npm ci
- run: npm audit signatures
- run: cat .npmrc
- run: npm run validate:all
- run: npm run build