Skip to content

feat: add fetch-json.mjs — cross-platform UTF-8-safe JSON fetcher #31

feat: add fetch-json.mjs — cross-platform UTF-8-safe JSON fetcher

feat: add fetch-json.mjs — cross-platform UTF-8-safe JSON fetcher #31

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CI: true
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npx tsc --noEmit
name: Type check
- run: npx vitest run
name: Run tests