Skip to content

chore: Update build command in node.js.yml workflow and ci_script.sh #134

chore: Update build command in node.js.yml workflow and ci_script.sh

chore: Update build command in node.js.yml workflow and ci_script.sh #134

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: Install Dependencies
run: npm install
- name: Verify and Start
run: ./ci_script.sh