Skip to content

bump version to 1.2.0, why do you think i was writing the readme for … #13

bump version to 1.2.0, why do you think i was writing the readme for …

bump version to 1.2.0, why do you think i was writing the readme for … #13

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