Retoor software development Projects Research SearchXNG
Register Sign In

7 lines
78 B
JSON
Raw Normal View History

[fix] ensure that test.pyright installs pyright nodejs.ensure only sets up NVM if there isn't a system-wide installation of Node that matches our NODE_MINIMUM_VERSION. The ubuntu image in the CI comes with an up to date node version, so pyright from .nvm_packages is never installed. This commit fixes this by introducing a package.json file.
2022-01-20 09:11:37 +01:00
{
"dependencies": {
[mod] remove .nvm_packages, add eslint to package.json
2022-01-21 17:34:25 +01:00
"eslint": "^8.7.0",
[fix] ensure that test.pyright installs pyright nodejs.ensure only sets up NVM if there isn't a system-wide installation of Node that matches our NODE_MINIMUM_VERSION. The ubuntu image in the CI comes with an up to date node version, so pyright from .nvm_packages is never installed. This commit fixes this by introducing a package.json file.
2022-01-20 09:11:37 +01:00
"pyright": "^1.1.212"
}
}
Reference in New Issue Copy Permalink
b767752d0c
searxng/package.json
Response time: 25ms
Mail Licenses API