Skip to content

Feature/#73 use esm #322

Feature/#73 use esm

Feature/#73 use esm #322

Workflow file for this run

name: Luna test suite
on:
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn run test