Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix once:true handlers not called after release (#25) #20

Fix once:true handlers not called after release (#25)

Fix once:true handlers not called after release (#25) #20

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 23
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build
- name: Run tests
run: npm test