Fix workflow typo

This commit is contained in:
Djuri Baars 2023-08-29 15:36:16 +02:00
parent 7665d46732
commit 4e5d7e1038

View File

@ -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: |