From 7f0d6c005b8b2dcffef61f38b75c6b255e7165e1 Mon Sep 17 00:00:00 2001 From: pengYYY Date: Fri, 17 Dec 2021 18:22:24 +0800 Subject: [PATCH] ci: remove cache --- .github/workflows/pull-request.yml | 4 ---- .github/workflows/push.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7811c66..5cb64b4 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -9,10 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '16' - cache: 'npm' - run: npm install shell: bash - run: npm run lint diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 41641a9..018af6b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -7,10 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '16' - cache: 'npm' - run: npm install shell: bash - run: echo '${{ github.ref }} ... ${{ github.sha }}'