Skip to content

Bump rollup from 0.27.1 to 3.29.5 #5

Bump rollup from 0.27.1 to 3.29.5

Bump rollup from 0.27.1 to 3.29.5 #5

Workflow file for this run

name: Node.js CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- name: install dependencies
run: yarn --frozen-lockfile
- name: run test
run: yarn test