Skip to content

chore(deps-dev): bump rollup from 4.21.2 to 4.22.4 #732

chore(deps-dev): bump rollup from 4.21.2 to 4.22.4

chore(deps-dev): bump rollup from 4.21.2 to 4.22.4 #732

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: 20
- name: Install Node dependencies
run: yarn --frozen-lockfile
- run: yarn build