GitHub Actions
-D
The code installs dependencies using the npm command-line tool.
Shortcut: step.npm.dependencies
Filename pattern: .github/workflows/*.yml
- name: Install dependencies
run: |
npm i