release v2.0 (#98)

Co-authored-by: shallegro <shay@allego.ai>
This commit is contained in:
shyallegro
2025-01-01 10:29:37 +02:00
committed by GitHub
parent ff27bad900
commit 946d6ec9ae
1440 changed files with 24872 additions and 24686 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'
cache: 'npm'
- name: Install dependencies
@@ -29,4 +29,4 @@ jobs:
run: npm run build
- name: Check for production build
run: test -f build/index.html
run: test -f build/browser/index.html