fix npm audit warnings#2196
Conversation
|
Merge this and close #2188 |
|
@xtofs Can you please check if actions are enabled in your repo fork? |
they are not (yet) |
|
Could you please enable them? The build action needs to run successfully before this PR can be merged. |
enabled and ran sucessfully https://github.com/xtofs/odata-abnf/actions/runs/24344651239 I only see one workflow. So I am not sure if that is complete. |
Wrong repo. This is about https://github.com/xtofs/odata-specs. |
| on: push | ||
| on: | ||
| push: | ||
| workflow_dispatch: |
There was a problem hiding this comment.
Why is this necessary?
There was a problem hiding this comment.
not strictly necessary. I added this so i can run this workflow manually in my fork.
But I am removing it now since it did it's purpose
Removed 'workflow_dispatch' trigger from Node CI workflow.
No description provided.