fix: tsgo 型チェックエラーを解消(CI 修正) #3791
Annotations
2 errors and 2 warnings
|
test-js
Process completed with exit code 1.
|
|
lib/slackCache.test.ts > SlackCache > getReactions > watches reaction_added/deleted:
lib/slackCache.test.ts#L276
AssertionError: expected { dummy: [ 'USLACKBOT' ] } to deeply equal { ojigineko: [ 'USLACKBOT' ] }
- Expected
+ Received
{
- "ojigineko": [
+ "dummy": [
"USLACKBOT",
],
}
❯ lib/slackCache.test.ts:276:19
|
|
test-js
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, asdf-vm/actions/install@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-rust
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, asdf-vm/actions/install@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|