Fix workflow typo
This commit is contained in:
parent
7665d46732
commit
4e5d7e1038
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@ -11,8 +11,8 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: lts/*
|
||||
cache: yarn
|
||||
cache-dependency-path: '**/package-lock.json'
|
||||
cache: yarn
|
||||
cache-dependency-path: '**/package-lock.json'
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user