Skip to content

feat: Add support for Node 22 #915

feat: Add support for Node 22

feat: Add support for Node 22 #915

Triggered via pull request November 28, 2024 20:22
Status Success
Total duration 18m 18s
Artifacts

tests.yml

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

Annotations

20 errors and 15 warnings
tests.yml windows (node 20.x): node_modules/nan/nan_callbacks.h#L1
'AccessorSignature': is not a member of 'v8' [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 20.x): node_modules/nan/nan_callbacks.h#L1
'AccessorSignature': undeclared identifier [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 20.x): node_modules/nan/nan_callbacks.h#L1
'v8::Local': 'AccessorSignature' is not a valid template type argument for parameter 'T' [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 20.x): node_modules/nan/nan_callbacks.h#L1
'v8::Local': use of class template requires template argument list [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 20.x): node_modules/nan/nan.h#L1
'v8::Local': use of class template requires template argument list [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 20.x): node_modules/nan/nan.h#L1
cannot deduce template arguments for 'v8::Local' [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 20.x): node_modules/nan/nan.h#L1
'v8::Local<T> v8::Local(T *)': expects 1 arguments - 0 provided [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 20.x): node_modules/nan/nan.h#L1
'v8::Local<T> v8::Local(v8::Local<S>)': expects 1 arguments - 0 provided [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 20.x): node_modules/nan/nan.h#L1
'v8::Local<T> v8::Local(void)': could not deduce template argument for 'T' [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 20.x): node_modules/nan/nan.h#L1
'v8::Local<T> v8::Local(v8::Local<T>)': expects 1 arguments - 0 provided [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 22.x): node_modules/nan/nan_callbacks.h#L1
'AccessorSignature': is not a member of 'v8' [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 22.x): node_modules/nan/nan_callbacks.h#L1
'AccessorSignature': undeclared identifier [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 22.x): node_modules/nan/nan_callbacks.h#L1
'v8::Local': 'AccessorSignature' is not a valid template type argument for parameter 'T' [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 22.x): node_modules/nan/nan_callbacks.h#L1
'v8::Local': use of class template requires template argument list [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 22.x): node_modules/nan/nan.h#L1
'v8::Local': use of class template requires template argument list [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 22.x): node_modules/nan/nan.h#L1
cannot deduce template arguments for 'v8::Local' [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 22.x): node_modules/nan/nan.h#L1
'v8::Local<T> v8::Local(const v8::LocalBase<T> &)': expects 1 arguments - 0 provided [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 22.x): node_modules/nan/nan.h#L1
'v8::Local<T> v8::Local(const v8::Local<T> &,v8::api_internal::StackAllocated<false>::no_checking_tag)': expects 2 arguments - 0 provided [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 22.x): node_modules/nan/nan.h#L1
'v8::Local<T> v8::Local(v8::api_internal::StackAllocated<false>::no_checking_tag)': expects 1 arguments - 0 provided [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml windows (node 22.x): node_modules/nan/nan.h#L1
'v8::Local<T> v8::Local(v8::Local<S>)': expects 1 arguments - 0 provided [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter-yaml\\build\\tree_sitter_yaml_binding.vcxproj]
tests.yml ubuntu (node 20.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
tests.yml ubuntu (node 18.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
tests.yml ubuntu (node 22.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
tests.yml windows (node 18.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
tests.yml windows (node 22.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
tests.yml windows (node 20.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
tests.yml ubuntu (node 22.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests.yml ubuntu (node 22.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests.yml ubuntu (node 20.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests.yml ubuntu (node 18.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests.yml windows (node 20.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests.yml windows (node 18.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests.yml windows (node 22.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests.yml windows (node 22.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests.yml windows (node 22.x): node_modules/tree-sitter/vendor/tree-sitter/lib/src/query.c#L1
'>': signed/unsigned mismatch [D:\\a\\botbuilder-js\\botbuilder-js\\node_modules\\tree-sitter\\build\\tree_sitter.vcxproj]