Skip to content

chore(deps-dev): bump @web/dev-server from 0.1.38 to 0.2.4 #376

chore(deps-dev): bump @web/dev-server from 0.1.38 to 0.2.4

chore(deps-dev): bump @web/dev-server from 0.1.38 to 0.2.4 #376

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
npm install @web/test-runner-playwright --no-save
npx playwright install-deps
- name: Lint
run: npm run lint
- name: Unit Tests (cross-browser)
run: npx web-test-runner --config web-test-runner.config.js --group default --playwright --browsers chromium firefox webkit