From ce5e40ef136f098f24170256ad40c2fd1aa5da87 Mon Sep 17 00:00:00 2001 From: Keith Date: Thu, 7 Apr 2022 12:11:42 +0800 Subject: [PATCH] ci: flush ci cache Node.js 16.14.2, which is default in GitHub Action, introduces a bug of npm, and should be fixed in 2022/04/05. Ref: https://github.com/nodejs/node/issues/42397 --- .github/workflows/package.yml | 2 +- .github/workflows/package_for_test.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 895d8d4612..966f65f626 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -38,7 +38,7 @@ jobs: path: | node_modules */*/node_modules - key: 2022-04-02-${{ runner.os }}-${{ hashFiles('**/yarn.lock')}} + key: 2022-04-07-${{ runner.os }}-${{ hashFiles('**/yarn.lock')}} - name: Add msbuild to PATH if: matrix.os == 'windows-2019' diff --git a/.github/workflows/package_for_test.yml b/.github/workflows/package_for_test.yml index 95a259b295..35b95e11e8 100644 --- a/.github/workflows/package_for_test.yml +++ b/.github/workflows/package_for_test.yml @@ -33,7 +33,7 @@ jobs: path: | node_modules */*/node_modules - key: 2022-04-02-${{ runner.os }}-${{ hashFiles('**/yarn.lock')}} + key: 2022-04-07-${{ runner.os }}-${{ hashFiles('**/yarn.lock')}} - name: Add msbuild to PATH if: matrix.os == 'windows-2019' diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index f86540b88a..6b8533ee49 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -35,7 +35,7 @@ jobs: path: | node_modules */*/node_modules - key: 2022-04-02-${{ runner.os }}-${{ hashFiles('**/yarn.lock')}} + key: 2022-04-07-${{ runner.os }}-${{ hashFiles('**/yarn.lock')}} - name: Install libudev if: matrix.os == 'ubuntu-20.04'