-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding GoAlert Notification #2011
Conversation
Everything Should be fine my reviews and tests will be finished tomorrow :) |
Hello again more info: |
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
Since I added upgraded a package and |
You should be running npm |
using npm |
IIRC Node 14 + NPM 7 (the default NPM version with Node 14 IIRC), does not support lockfiles v2. Side notes:
|
Thanks, I remembered it wrong. Thing is, CI should still work even with lockfile version mismatch (as it has worked all this time). I think you broke something else when you regenerated that file on MacOS, somehow the linux dependencies are missing. Anyway I think louislam can handle it if this gets merged. |
I'm on ArchLinux using |
What is the ideal version? |
okay, took another look, and seems as if the main branch is already using a v2 lock-file. so I am surprised that this hasn't pop up earlier 🤔 Edit: 🤦♂️ we where looking at the wrong line (like most regular npm users and the lockfile was just a warning not an error):
looks like |
How main branch is working? |
I have not the slightest idea, but a couple of pointers that may be worth evaluating if they are the cause:
(given that CI passed before regenerating the lockfile it can be either) Please note that I am merely a CI enthusiast who likes this project and stumbled over your PR. I have no power here, besides trying to help debugging 🤔 |
fixed by switching to node v16 |
Description
Adding GoAlert support
according to Alerting From Generic API and it's handler here
Type of change
Please delete any options that are not relevant.
Checklist
(including JSDoc for methods)
Screenshots (if any)