From 2338a621b742fc1d30ad7fdbb0afbeaee2cbcf87 Mon Sep 17 00:00:00 2001 From: harryrabin <52754948+harryrabin@users.noreply.github.com> Date: Fri, 19 Aug 2022 16:44:33 -0700 Subject: [PATCH] CI fixes --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f7ca804..1b8f2ca 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -75,7 +75,7 @@ jobs: uses: actions/cache@v3 with: path: .yarn/cache - key: npm-cache-build-${{ matrix.settings.target }}-node@16 + key: npm-cache-build-${{ matrix.settings.target }}-node@18 - name: Setup toolchain run: ${{ matrix.settings.setup }} if: ${{ matrix.settings.setup }}