Skip to content

Bump rollup from 4.18.0 to 4.27.2 #6

Bump rollup from 4.18.0 to 4.27.2

Bump rollup from 4.18.0 to 4.27.2 #6

Workflow file for this run

name: Lint and test
on:
pull_request
# push:
# branches-ignore:
# - main
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm ci
- run: npm run lint
- run: npm run typecheck
- name: Run tests and collect coverage
run: npm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3