diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 0b124c053..5420476be 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -32,7 +32,7 @@ jobs: bundler-cache: true - name: Install npm dependencies - run: npm ci + run: npm install - name: Run build run: npm run build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a36c2d56f..8bc7ef182 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - run: node --version - name: Install npm dependencies - run: npm ci + run: npm install - name: Build run: npm run build diff --git a/demo/accordion.html b/demo/accordion.html index cb999da5d..5dfdbbf26 100644 --- a/demo/accordion.html +++ b/demo/accordion.html @@ -14,20 +14,23 @@ Accordion - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +