mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-23 05:16:33 +08:00
ci: remove cache
This commit is contained in:
parent
c62a17116d
commit
7f0d6c005b
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in New Issue
Block a user