Skip to content

Nightly TypeScript Run #1278

Nightly TypeScript Run

Nightly TypeScript Run #1278

Triggered via schedule March 28, 2026 00:10
Status Failure
Total duration 1m 27s
Artifacts

night-ts.yml

on: schedule
typescript@latest
1m 17s
typescript@latest
Notify Discord
3s
Notify Discord
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
typescript@latest
Process completed with exit code 1.
typescript@latest: packages/@glimmer/validator/test/collections/map-test.ts#L80
Argument of type '(key: string) => string' is not assignable to parameter of type '(key: unknown) => unknown'.
typescript@latest: packages/@glimmer/validator/lib/collections/weak-map.ts#L92
Type 'TrackedWeakMap<Key, Value>' is missing the following properties from type 'WeakMap<Key, Value>': getOrInsert, getOrInsertComputed
typescript@latest: packages/@glimmer/validator/lib/collections/weak-map.ts#L6
Class 'TrackedWeakMap<K, V>' incorrectly implements interface 'WeakMap<K, V>'.
typescript@latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/