chore: remove GitHub cache action (#5155)
This commit is contained in:
parent
eb4310cb94
commit
572a1fafd5
9
.github/workflows/nodejs.yml
vendored
9
.github/workflows/nodejs.yml
vendored
@ -28,15 +28,6 @@ jobs:
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
- name: log versions
|
||||
run: node --version && npm --version && yarn --version
|
||||
- name: install dependecies
|
||||
|
Loading…
x
Reference in New Issue
Block a user