This website requires JavaScript.
Explore
Help
Sign in
parch-search
/
Gitee
Watch
3
Star
0
Fork
You've already forked Gitee
0
mirror of
https://github.com/parchlinuxB/Gitee.git
synced
2025-02-22 18:05:44 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7cbfa6a8dd
Gitee
/
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 09:11:37 +01:00
{
"dependencies"
:
{
Node: update to node 16.15.1
2022-06-18 09:41:20 +02: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 09:11:37 +01:00
}
}
Reference in a new issue
Copy permalink