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 }}