Skip to content

chore: Bump zny-nomp version to 1.2.10 and update block-notify script… #146

chore: Bump zny-nomp version to 1.2.10 and update block-notify script…

chore: Bump zny-nomp version to 1.2.10 and update block-notify script… #146

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm test
- name: npm start
run: npm start
- name: Verify build
run: echo "Build and test completed successfully!"