From 9216e52328d1518d88c6915d805ea3c7651a4ed5 Mon Sep 17 00:00:00 2001 From: nukeop Date: Sun, 11 Oct 2020 17:37:48 +0200 Subject: [PATCH] test --- .github/workflows/build.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c77e8f981f..81c0a3f04b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,17 +43,6 @@ jobs: uses: actions/setup-node@v1 with: version: 12.x - - name: Cache node modules - uses: actions/cache@v2 - env: - cache-name: cache-node-modules - with: - path: ~/.npm - key: mac-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - mac-build-${{ env.cache-name }}- - mac-build- - mac- - name: npm install, build, and test run: | npm install