error 'manifest.filter is not a funcion' when using node-version with "lts/*" #1162
Open
2 of 5 tasks
Labels
bug
Something isn't working
Description:
I'm trying to install the latest LTS version using the syntax
"lts/*"
and getting the errormanifest.filter is not a function
. Using a different syntax, like22.x
works.Action version:
actions/setup-node@v4
Platform:
Runner type:
Tools version:
Default ones installed with ubuntu 20.04
Repro steps:
I just have an action like below, and it fails when I push to the
wip
branch:Expected behavior:
I expect it to install the latest LTS version
Actual behavior:
build fails with the message
manifest.filter is not a function
The text was updated successfully, but these errors were encountered: