Skip to content

i mean, shouldn't it just be able to create the cjs file release-time? #6

i mean, shouldn't it just be able to create the cjs file release-time?

i mean, shouldn't it just be able to create the cjs file release-time? #6

Workflow file for this run

name: Test Methods
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: https://registry.npmjs.org/
cache: "npm"
- name: Install Dependencies
run: npm install
- name: Run tests
run: npm test