Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed one typo & image position in README #157

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,14 @@ Plugins Update Center.
and select for each one stored credential (only user/password
supported type) as follow:
![](docs/images/nodejs_npm_configfile.png)
and than select the config file to use for each configured build

and then select the config file to use for each configured build
step

![](docs/images/nodejs_choose_configfile.png)

You can also choose if enable or not the support for npm 9+ version.
5. You would relocate the npm cache folder to swipe out it when a job
6. You would relocate the npm cache folder to swipe out it when a job
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is point 5?

is removed or workspace folder is deleted. There are three default
strategy:
- per node, that is the default NPM behaviour. All download package
Expand Down
Loading