Skip to content

chore(deps): update node.js to v22 #2193

chore(deps): update node.js to v22

chore(deps): update node.js to v22 #2193

Triggered via push November 28, 2025 14:43
Status Failure
Total duration 8m 48s
Artifacts

lint.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
Lint: src/util/messages.test.ts#L34
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: src/util/messages.test.ts#L33
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: src/util/discord.test.ts#L183
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: src/util/discord.test.ts#L145
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: src/util/discord.test.ts#L100
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: src/util/discord.test.ts#L78
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: src/util/discord.test.ts#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: src/util/discord.test.ts#L23
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: src/util/discord.test.ts#L11
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: src/util/discord.test.ts#L10
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: src/definition/events.ts#L3
Unexpected 'todo' comment: 'TODO: add interactionCreate'
Lint: src/client.ts#L133
`modulesDir` is deprecated. Use {@link LoginOptions.modulesDirectory}
Lint: src/client.ts#L133
`modulesDir` is deprecated. Use {@link LoginOptions.modulesDirectory}
Lint: src/client.ts#L125
`modulesDir` is deprecated. Use {@link LoginOptions.modulesDirectory}
Lint: eslint.config.js#L6
`declareConfig` is deprecated. Use {@link defineConfig}