From 410fecec50b8783d08e9d16c3a84166d67abf7b9 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Tue, 25 May 2021 13:58:31 -0400 Subject: [PATCH] Update label-actions.yml Added automated messaging around Node.js compability. --- .github/label-actions.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index a3bd0b702..535a4670e 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -23,3 +23,11 @@ status:wrong-repo: Thank you for your submission, but this issues list is intended only for issues related to the samples in this repository. For general SPFx development issues, you may want to try to create issues in the [SP-Dev-Docs repository](https://github.com/SharePoint/sp-dev-docs/issues/new) # Close the issue close: true + +# Dealing with wrong versions of Node issues +status:node-compatibility + # Post a comment + comment: > + Thank you for your issue. It looks like the web part sample you're trying to use is not compatible with the version of Node.js that you're running in your environment. Please refer to the [SPFx Compatibility Matrix](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/compatibility) to make sure that you're using a version of Node.js that is compatible with the version of SPFx the sample uses. We'll close this issue, but if you run into further issues after you have made changes to your environment, please do not hesitate to open a new issue so we can help you further. + # Close the issue + close: true