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