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
feat: dropping EOL Node support, bumping `shescape` (#270)
* feat: dropping EOL Node support
* fix: fixed failing tests
* fix: bumping shescape, removing shell, after author fix
* fix: increase context deadline
* chore: increase test timeouts to 3 minutes
* chore: bumping major version
BREAKING CHANGE:
This plugin now requires at least Node 20 to run.
* chore: OK how about 10 minutes?
---------
Co-authored-by: Andrei Cacio <andrei.cacio@snyk.io>
feat: use `SNYK_TMP_PATH` env var for temp dir path (#267)
* feat: use SNYK_TMP_PATH env var for temp dir path
* fix: resolve test failures on main
* chore: provide more useful error messge when making and writing to temp dir fails
* fix: resolve test failures