Skip to content

Returned to NodeJS CI, as there are no test files yet. #19

Returned to NodeJS CI, as there are no test files yet.

Returned to NodeJS CI, as there are no test files yet. #19

Workflow file for this run

name: NodeJS/CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
analyze:
name: Code CI workflow pipeline
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install Dependencies
run: npm install
- name: Build Application
run: npm run pack