Skip to content

Commit

Permalink
Add npm cache to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ksdev-pl committed Apr 4, 2024
1 parent a057e6a commit 30073ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:

jobs:
build-and-deploy:

runs-on: ubuntu-latest

steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand All @@ -15,6 +17,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 30073ad

Please sign in to comment.