Skip to content

Commit 30073ad

Browse files
committed
Add npm cache to build
1 parent a057e6a commit 30073ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66

77
jobs:
88
build-and-deploy:
9+
910
runs-on: ubuntu-latest
11+
1012
steps:
1113
- name: Checkout Repo
1214
uses: actions/checkout@v4
@@ -15,6 +17,7 @@ jobs:
1517
uses: actions/setup-node@v4
1618
with:
1719
node-version: '20.x'
20+
cache: 'npm'
1821

1922
- name: Install Dependencies
2023
run: npm ci

0 commit comments

Comments
 (0)