From d1f18500018b68da8d912eaa520c7eca1b8bca87 Mon Sep 17 00:00:00 2001 From: jem Date: Sat, 27 Jun 2020 15:39:00 +0200 Subject: [PATCH] ci: remove caching --- .github/workflows/dev-build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 187f744..766eba4 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -19,11 +19,6 @@ jobs: node-version: [10.x, 12.x, 14.x] steps: - - name: Cache - uses: actions/cache@v2.0.0 - with: - path: node_modules/* - key: mastodon-bot - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1