From 9dc850b1d46f58b1c8cfba766903213049b37fb2 Mon Sep 17 00:00:00 2001 From: liuxiao Date: Thu, 30 Nov 2023 18:09:27 +0800 Subject: [PATCH] remove in ci --- .github/workflows/hubble-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/hubble-ci.yml b/.github/workflows/hubble-ci.yml index c07078c1a..b5cd55113 100644 --- a/.github/workflows/hubble-ci.yml +++ b/.github/workflows/hubble-ci.yml @@ -37,10 +37,6 @@ jobs: with: java-version: '11' distribution: 'adopt' - - name: Use Node.js 16 - uses: actions/setup-node@v3 - with: - node-version: '16' # we also should cache python & yarn & downloads to avoid useless work - name: Cache Maven packages uses: actions/cache@v3 @@ -50,20 +46,6 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - - name: Get Yarn path - id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" - - - name: Cache Yarn packages - uses: actions/cache@v3 - # use id to check `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) - id: yarn-cache - with: - path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-yarn- - - name: Cache Python packages uses: actions/cache@v3 with: