Skip to content

Bump jsdom from 25.0.1 to 28.1.0 #69

Bump jsdom from 25.0.1 to 28.1.0

Bump jsdom from 25.0.1 to 28.1.0 #69

Workflow file for this run

name: Build and Zip Chrome Extension
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Type check
run: yarn type-check
- name: Lint
run: yarn lint
- name: Check formatting
run: yarn format:check
- name: Build Chrome
run: yarn build:chrome
- name: Upload Chrome extension artifacts
uses: actions/upload-artifact@v4
with:
name: analytics-x-ray-chrome
path: dist_chrome