Revert "Update default version to node20 (#2844)" (#2918)

This reverts commit acdc6edf7c.
This commit is contained in:
Tatyana Kostromskaya
2023-10-10 17:10:43 +02:00
parent 6b9ba79e26
commit 3424e3aa32
6 changed files with 9 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ if [ -f ".path" ]; then
echo ".path=${PATH}"
fi
nodever=${GITHUB_ACTIONS_RUNNER_FORCED_NODE_VERSION:-node20}
nodever=${GITHUB_ACTIONS_RUNNER_FORCED_NODE_VERSION:-node16}
# insert anything to setup env when running as a service
# run the host process which keep the listener alive