Skip to content

Support for commonjs and modules #4

Support for commonjs and modules

Support for commonjs and modules #4

Workflow file for this run

on:
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
container: node:21.5.0-alpine3.19
steps:
- run: corepack enable
- uses: actions/checkout@v4
- run: npm ci
- run: npm test
audit:
runs-on: ubuntu-latest
container: node:21.5.0-alpine3.19
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm audit --audit-level high