From 5d15e6dae4cd3e53ed4b650f87d53a9434ff6367 Mon Sep 17 00:00:00 2001 From: Il Harper Date: Sun, 12 May 2024 19:21:02 +0800 Subject: [PATCH] ci: disable node cache https://github.com/actions/setup-node/issues/1027 https://github.com/actions/setup-node/issues/531 --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/plugin.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ded8b6..3fabec8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - cache: yarn + # cache: yarn - name: Setup Go uses: actions/setup-go@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c7bee15..75e4189 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -47,7 +47,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - cache: yarn + # cache: yarn - name: Setup Go uses: actions/setup-go@v4 diff --git a/.github/workflows/plugin.yml b/.github/workflows/plugin.yml index eb040f5..ed8a87b 100644 --- a/.github/workflows/plugin.yml +++ b/.github/workflows/plugin.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - cache: yarn + # cache: yarn - name: Install Build Package run: |