Skip to content

fix(deps): update dependency rollup to v4 [security] #14796

fix(deps): update dependency rollup to v4 [security]

fix(deps): update dependency rollup to v4 [security] #14796

Workflow file for this run

name: Pull request
on: pull_request
jobs:
test:
name: Test-build with Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Test
uses: ./.github/actions/test
with:
args: '[HEAD^1]'
node-version: ${{ matrix.node-version }}
- name: Build all packages
uses: ./.github/actions/build
with:
args: '[HEAD^1]'
node-version: ${{ matrix.node-version }}