1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-08 22:20:41 +02:00

Attempt to clear GH actions cache with key

This commit is contained in:
Dylan Schiemann
2022-03-08 21:19:43 -07:00
committed by GitHub
parent 4d28948b90
commit 9e86d61abf

View File

@@ -25,6 +25,7 @@ jobs:
with:
node-version: 16
cache: yarn
key: node16
- name: Run ${{ matrix.command }}
run: yarn && yarn build && yarn ${{ matrix.command }}