From 4b9044c64380cd49f17764f2d1333d4a8579f758 Mon Sep 17 00:00:00 2001 From: verena-ifx Date: Thu, 12 Sep 2024 17:49:07 +0200 Subject: [PATCH] feat(1458): add github actions caching option --- .github/workflows/shipit_pr_and_example_apps_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shipit_pr_and_example_apps_deployment.yml b/.github/workflows/shipit_pr_and_example_apps_deployment.yml index 2458d488a1..10bdadbbe6 100644 --- a/.github/workflows/shipit_pr_and_example_apps_deployment.yml +++ b/.github/workflows/shipit_pr_and_example_apps_deployment.yml @@ -47,7 +47,7 @@ jobs: ${{ runner.os }}-build- - name: Install dependencies for all packages - run: npm ci + run: npm install - name: Build and deploy Stencil core package id: build