From 21edbc2c920740748b8bc83730aaadaf5f300f98 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 4 May 2022 20:52:33 +0200 Subject: [PATCH] Fix merge conflict --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba5fab0..d1475ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,5 +20,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} + cache: npm - run: npm install - run: npm test