Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Bump rollup from 2.79.0 to 3.29.5 #114

Bump rollup from 2.79.0 to 3.29.5

Bump rollup from 2.79.0 to 3.29.5 #114

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Run linter
run: yarn lint
- name: Run specs
run: yarn test
- name: Build bundle
run: yarn build
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: build
path: build