diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5c4bd8b0..9a26cfda 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ff62ee9..f14e4a50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.head_ref }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .node-version cache: npm diff --git a/custom-elements.json b/custom-elements.json index 2fda9673..239543fb 100644 --- a/custom-elements.json +++ b/custom-elements.json @@ -257,54 +257,6 @@ } ] }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/block-navigation.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/prettify.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/sorter.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/hierarchy.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/icons.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/main.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/navigation.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/search.js", - "declarations": [], - "exports": [] - }, { "kind": "javascript-module", "path": "src/scripts/analyze.ts",