Sam Brodersen
Sam Brodersen

Reputation: 61

Teamcity agent configure nodejs version

How can I configure the version of node that the teamcity agent uses when running my deployment?

Currently the agent uses node version 16.13 --> but I want it to use an older version.

Upvotes: 0

Views: 1467

Answers (1)

Yan Sklyarenko
Yan Sklyarenko

Reputation: 32250

According to the docs:

TeamCity uses node:lts by default, or, if there is an .nvmrc file inside your project, it will search for the image specification there.

Upvotes: 1

Related Questions