From 0a45fe551932cd14d8ea110a8bc6fc87a26c2172 Mon Sep 17 00:00:00 2001 From: gnought <1684105+gnought@users.noreply.github.com> Date: Wed, 27 Jul 2022 02:14:44 +0800 Subject: [PATCH] fix(ci): override cache that not always be the latest node when wildcard is used --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64e7901c..e3ff4e11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} + check-latest: true - name: Install run: |