From c66a585f6f0c01bca87563d145096e6184a3ec01 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Fri, 9 Dec 2022 17:07:54 +0900 Subject: [PATCH] Update workflow --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63102e5..a2b3c8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16.x + cache: npm - run: npm ci - run: npm run test - run: npm run package