From 8d43d90d568a97afee0891949d7cead3294ca94d Mon Sep 17 00:00:00 2001 From: fwcd Date: Wed, 28 Jun 2023 17:09:41 +0200 Subject: [PATCH] Disable dependency caching --- .github/workflows/build.yml | 1 - .github/workflows/deploy-to-crates-io.yml | 1 - .github/workflows/deploy-to-github.yml | 1 - .github/workflows/deploy-to-npm.yml | 1 - .github/workflows/regenerate-parser.yml | 1 - 5 files changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3eaf1581f..1618c07e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18' - cache: 'npm' - name: Install dependencies run: npm install - name: Generate parser diff --git a/.github/workflows/deploy-to-crates-io.yml b/.github/workflows/deploy-to-crates-io.yml index 599541e45..be9e72e80 100644 --- a/.github/workflows/deploy-to-crates-io.yml +++ b/.github/workflows/deploy-to-crates-io.yml @@ -13,7 +13,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18' - cache: 'npm' - name: Install dependencies run: npm install - name: Compile grammar diff --git a/.github/workflows/deploy-to-github.yml b/.github/workflows/deploy-to-github.yml index cdfab36cb..44b7ed5e9 100644 --- a/.github/workflows/deploy-to-github.yml +++ b/.github/workflows/deploy-to-github.yml @@ -13,7 +13,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18' - cache: 'npm' - name: Install dependencies run: npm install - name: Compile grammar diff --git a/.github/workflows/deploy-to-npm.yml b/.github/workflows/deploy-to-npm.yml index b09873fa9..21f0901d1 100644 --- a/.github/workflows/deploy-to-npm.yml +++ b/.github/workflows/deploy-to-npm.yml @@ -14,7 +14,6 @@ jobs: with: node-version: '18' registry-url: 'https://registry.npmjs.org' - cache: 'npm' - name: Install dependencies run: npm install - name: Compile grammar diff --git a/.github/workflows/regenerate-parser.yml b/.github/workflows/regenerate-parser.yml index 56890966e..14f3df115 100644 --- a/.github/workflows/regenerate-parser.yml +++ b/.github/workflows/regenerate-parser.yml @@ -16,7 +16,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18' - cache: 'npm' - name: Install dependencies run: npm install - name: Generate parser