Skip to content

Commit 5d323fd

Browse files
committed
feat: updating various areas to improve demo experience and maintence issues
1 parent 5697ffc commit 5d323fd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+9058
-8721
lines changed

.eslintignore

100644100755
File mode changed.

.eslintrc.yaml

100644100755
File mode changed.

.github/PULL_REQUEST_TEMPLATE.md

100644100755
File mode changed.

.github/copyright.yaml

100644100755
File mode changed.

.github/workflows/build.yml

100644100755
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: '0'
1214
- name: Use Node.js
13-
uses: actions/setup-node@v3
15+
uses: actions/setup-node@v4
1416
with:
15-
node-version: '18.x'
17+
node-version: '20.x'
1618
- run: npm ci
1719
- run: npm run build --if-present
18-
- uses: pre-commit/action@v3.0.0
20+
- uses: pre-commit/action@v3.0.1
21+
with:
22+
extra_args: --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.sha }}

.github/workflows/notify.yml

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

.npmrc

100644100755
File mode changed.

.pre-commit-config.yaml

100644100755
File mode changed.

.prettierrc

100644100755
File mode changed.

0 commit comments

Comments
 (0)