Skip to content

Bump typescript from 6.0.3 to 7.0.2 #345

Bump typescript from 6.0.3 to 7.0.2

Bump typescript from 6.0.3 to 7.0.2 #345

Triggered via pull request July 14, 2026 04:10
Status Failure
Total duration 25s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
build (20.x)
The strategy configuration was canceled because "build._22_x" failed
build (24.x)
The strategy configuration was canceled because "build._22_x" failed
build (22.x): src/legacy/services/Google.mjs#L120
Type '{}' is missing the following properties from type '{ safetySettings: {}; model: any; ttl: any; name: any; contents: any[]; systemInstruction: any; generationConfig: { maxOutputTokens: any; temperature: any; topP: any; topK: any; presencePenalty: any; frequencyPenalty: any; enableEnhancedCivicAnswers: any; }; cachedContent: any; }': safetySettings, model, ttl, name, and 4 more.
build (22.x): src/legacy/TinyAiInstance.mjs#L218
Argument of type 'Function | undefined' is not assignable to parameter of type '((...args: any[]) => void) | undefined'.
build (22.x): src/TinyAiInstance2Core.mjs#L500
Parameter 'item' implicitly has an 'any' type.
build (22.x): src/TinyAiInstance2Core.mjs#L484
Parameter 'item' implicitly has an 'any' type.
build (22.x): src/TinyAiInstance2Core.mjs#L451
Parameter 'item' implicitly has an 'any' type.
build (22.x): src/TinyAiInstance2Core.mjs#L409
Parameter 'item' implicitly has an 'any' type.
build (22.x): src/TinyAiInstance2Core.mjs#L358
Parameter 'item' implicitly has an 'any' type.
build (22.x): src/TinyAiInstance2Core.mjs#L300
Parameter 'item' implicitly has an 'any' type.
build (22.x): src/TinyAiInstance2Core.mjs#L72
Cannot find name 'SessionTemplate'.
build (22.x): src/TinyAiInstance2Core.mjs#L72
Cannot find name 'AICData'.
build (22.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/