> For the complete documentation index, see [llms.txt](https://docs.exile.watch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exile.watch/projects/doryani/actions/install-npm-dependencies.md).

# Install npm dependencies

Action designed to install NPM dependencies

<figure><img src="https://694473604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOzA1rSlMPE3i2X5tlqgu%2Fuploads%2FZCdzczA729HO2CsFnhUE%2Fimage.png?alt=media&amp;token=3373666c-de2d-4ae5-985d-8c0be1fbeadd" alt="" width="200"><figcaption><p>exile.watch logo</p></figcaption></figure>

{% hint style="info" %}
This page covers [`install-npm-dependencies*`](https://github.com/exile-watch/doryani/blob/main/install-npm-dependencies/action.yml) actions
{% endhint %}

## Usage

```
name: "Install deps: @exile-watch / doryani"

on:
  push:
    branches:
      - main

jobs:
  install-npm-dependencies:
    runs-on: ubuntu-latest
    name: Install NPM dependencies
    steps:
      - uses: exile-watch/doryani/install-npm-dependencies@main
        with:
          GH_TOKEN: ${{ secrets.GH_TOKEN }}
```
