Skip to content

Commit 946b155

Browse files
committed
fix(frontend): resolve strict typing and deprecated API diagnostics
1 parent 7aa24a7 commit 946b155

15 files changed

Lines changed: 9204 additions & 30 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@v7
2525
with:
2626
node-version-file: .nvmrc
27-
package-manager-cache: false
27+
package-manager-cache: true
2828
- name: Install dependencies
2929
run: npm install --no-audit --no-fund
3030
- name: Build production output

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/setup-node@v7
3838
with:
3939
node-version-file: .nvmrc
40-
package-manager-cache: false
40+
package-manager-cache: true
4141
- name: Install Python dependencies
4242
run: python -m pip install --disable-pip-version-check --upgrade pip -r requirements.txt
4343
- name: Install frontend dependencies

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/setup-node@v7
4949
with:
5050
node-version-file: .nvmrc
51-
package-manager-cache: false
51+
package-manager-cache: true
5252
- name: Install dependencies
5353
run: npm install --no-audit --no-fund
5454
- name: Check formatting

0 commit comments

Comments
 (0)