Skip to content

chore(deps): update dependency rollup to v4.19.0 #6753

chore(deps): update dependency rollup to v4.19.0

chore(deps): update dependency rollup to v4.19.0 #6753

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: yarn
- run: yarn install
- run: yarn lint
- run: yarn test