Skip to content

Commit 4f8fc0c

Browse files
authored
Merge pull request #679 from telerik/test-vite-coffee-warehouse
fix deploy vite coffee warehouse
2 parents cde4892 + 9cc0c50 commit 4f8fc0c

File tree

20 files changed

+111783
-10
lines changed

20 files changed

+111783
-10
lines changed

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ defaults:
1111
working-directory: ./examples
1212

1313
env:
14-
NODE_OPTIONS: --max_old_space_size=6144
14+
NODE_OPTIONS: --max_old_space_size=16384
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919

2020
steps:
21-
- name: Use NodeJS v14
22-
uses: actions/setup-node@v2
21+
- name: Use NodeJS v20
22+
uses: actions/setup-node@v4
2323
with:
24-
node-version: '14'
24+
node-version: '20'
2525

2626
- name: Check out repository
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828

2929
- name: Build
3030
run: ./bin/build-gh-pages

examples-standalone/coffee-warehouse/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
node_modules
3-
/dist
43

54
# local env files
65
.env.local

examples-standalone/coffee-warehouse/dist/css/app.35fe3187.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4.19 KB
Binary file not shown.
167 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
72.9 KB
Loading
187 KB
Loading
Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)