Skip to content

[patch] add file extensions to imports for ESM support #20

[patch] add file extensions to imports for ESM support

[patch] add file extensions to imports for ESM support #20

Workflow file for this run

name: tests
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: run test
run: |
npm ci
npm run test:all