You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
This is related to Node dropping support for the non-standard assert syntax (see nodejs/node#52104)
I only checked with Workflow Parser but a search shows it will also impact Language Service
Describe the bug
Code will fail to run in Node 22 LTS with the following error:
This is the relevant line in the source:
languageservices/workflow-parser/src/workflows/workflow-schema.ts
Line 3 in 3a8c29c
Package/Area
Package Version
@actions/[email protected]
Additional context
This is related to Node dropping support for the non-standard assert syntax (see nodejs/node#52104)
I only checked with Workflow Parser but a search shows it will also impact Language Service
languageservices/languageservice/src/context-providers/descriptions.ts
Line 1 in 3a8c29c
languageservices/languageservice/src/context-providers/events/eventPayloads.ts
Lines 7 to 8 in 3a8c29c
languageservices/languageservice/script/webhooks/index.ts
Line 4 in 3a8c29c
The text was updated successfully, but these errors were encountered: