Skip to content

Build(deps-dev): Bump rollup from 2.58.3 to 2.79.2 (#42) #125

Build(deps-dev): Bump rollup from 2.58.3 to 2.79.2 (#42)

Build(deps-dev): Bump rollup from 2.58.3 to 2.79.2 (#42) #125

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
name: Linting/Testing
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'yarn'
- name: Yarn Install
run: yarn install --network-concurrency 1
- name: Build
run: yarn run dev
- name: Linting
run: yarn run lint
- name: Testing
run: yarn run test