Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions .github/workflows/shared-frontend-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 24

- name: Cache npm dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./assets/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
node-version: 24

- name: Cache npm dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./assets/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
node-version: 24

- name: Cache npm dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./assets/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
node-version: 24

- name: Cache npm dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./assets/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
node-version: 24

- name: Cache npm dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./assets/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
node-version: 24

- name: Cache npm dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./assets/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shared-npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Cache npm dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./assets/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -58,7 +58,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Cache npm dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./assets/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
23 changes: 23 additions & 0 deletions public/build/02896527-baef-4562-9d16-02c5ffb5c873/entrypoints.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

811 changes: 811 additions & 0 deletions public/build/02896527-baef-4562-9d16-02c5ffb5c873/manifest.json

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading