This action installs npm packages.
This action installs npm packages.
You can use this action in your workflow by writing like this:
name: Install npm Packages
on:
pull_request:
jobs:
install:
name: Install npm Packages
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install npm Packages
uses: chvmvd/npm-packages-install-action@v1.0.0
with:
path: "."
Name | Description | Default |
---|---|---|
path |
The path to the directory where package-lock.json is located in | . |
None.
This project is licensed under the MIT License - see the LICENSE file for details.
Issues and pull requests are always welcome.