All flow envs turned into inFile recently

Hello
I just spotted, that with recent NR updates (unfortunately don’t know which one), all env variables references used in Change node switched from default one (which is in-memory) to other one (which in my case is storage one, named inFile)

here is a snippet from my NR config

contextStorage: {
	inFile: { module: "localfilesystem"},
    default: { module: "memory" }
    },

Image below supports my finding that something is wrong: run-time variables are still from default category, while config of Change variable shows “inFile”

After revising all flows, it seems all Change and Switch nodes are affected.
I admit it looks like NR issue rather than HA, but I just warn you it might affect your workflows.