Fix workflow cache option

This commit is contained in:
Djuri Baars 2023-08-29 15:37:22 +02:00
parent 4e5d7e1038
commit 8b9db4d892

View File

@ -12,7 +12,7 @@ jobs:
with: with:
node-version: lts/* node-version: lts/*
cache: yarn cache: yarn
cache-dependency-path: '**/package-lock.json' cache-dependency-path: '**/yarn.lock'
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with:
path: | path: |