Skip to content

ci: Split the Firefox 94 browser test into its own job, as Browsersta… #295

ci: Split the Firefox 94 browser test into its own job, as Browsersta…

ci: Split the Firefox 94 browser test into its own job, as Browsersta… #295

Workflow file for this run

name: TypeScript
permissions: {}
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with: { node-version: 20 }
- run: npm ci
- run: npm run build
- run: npm run test:types
- run: npm run test:dist:types
- run: npm install --no-save @types/[email protected] [email protected]
- run: npm run test:dist:types