diff options
Diffstat (limited to '.github/workflows/new.yml')
-rw-r--r-- | .github/workflows/new.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/new.yml b/.github/workflows/new.yml index 8c8ebf50..82e7f91e 100644 --- a/.github/workflows/new.yml +++ b/.github/workflows/new.yml @@ -14,7 +14,10 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - - run: npm install + with: + cache: npm + cache-dependency-path: modern/package-lock.json + - run: npm ci working-directory: modern - run: npm run lint working-directory: modern |