Skip to content

Rollback to module-name import to fix defaults issue #18

Rollback to module-name import to fix defaults issue

Rollback to module-name import to fix defaults issue #18

Workflow file for this run

jobs:
release:
runs-on: ubuntu-latest
environment: release
name: Test
steps:
- name: setup repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: "21"
- run: npm ci
- run: npm run lint
- run: npm run build
name: test
on:
pull_request:
branches:
- main