WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Fix the package file cjs entry reference #214

Fix the package file cjs entry reference

Fix the package file cjs entry reference #214

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [main]
paths-ignore:
- '**/*.md'
permissions:
contents: read
checks: write
jobs:
pull_request:
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
node-version: 20.x
audit-script: npm run audit
output-test-results: true
test-script: npm run test:ci
run-build: true