This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
searxng
Watch
2
Star
0
Fork
1
You've already forked searxng
mirror of
https://github.com/searxng/searxng
synced
2024-10-30 21:20:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
33b43763b9
searxng
/
package.json
7 lines
79 B
JSON
Raw
Normal View
History
Unescape
Escape
[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 08:11:37 +00:00
{
"dependencies"
:
{
Node: update to node 16.15.1
2022-06-18 07:41:20 +00:00
"eslint"
:
"^8.18.0"
,
"pyright"
:
"^1.1.255"
[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 08:11:37 +00:00
}
}
Reference in New Issue
Copy Permalink