build workflow

This commit is contained in:
Guy Ben-Aharon
2024-08-24 09:45:08 +03:00
parent 0a1b7ab7d7
commit 82e78c177c

View File

@@ -1,4 +1,4 @@
name: build-client
name: build-chartdb
on:
push:
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
@@ -23,5 +23,5 @@ jobs:
cache-dependency-path: './package-lock.json'
- name: Install
run: npm ci
- name: Build client
- name: Build chartdb
run: npm run build