mirror of
https://github.com/clearml/clearml-web
synced 2025-06-26 18:27:02 +00:00
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user