Skip to content

Drop separation between Node.js and browser builds #270

Drop separation between Node.js and browser builds

Drop separation between Node.js and browser builds #270

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