Skip to content

BREAKING CHANGE: upgrade to Lit 3 #69

BREAKING CHANGE: upgrade to Lit 3

BREAKING CHANGE: upgrade to Lit 3 #69

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm install
- name: Lint (JavaScript)
run: npm run lint
- name: Unit Tests (cross-browser)
run: npm run test:headless