From 11943dd5390d0559f739da42547dc6a858194a14 Mon Sep 17 00:00:00 2001 From: Piotr Halama Date: Thu, 18 Jul 2024 21:27:27 +0200 Subject: [PATCH] cache npm deps when deploying --- .github/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fec5320..3972678 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -27,6 +27,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/configure-pages@v5 + - uses: actions/setup-node@v4 + with: + cache: 'npm' - name: get deps run: npm ci - name: build