1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-02 19:52:32 +02:00

Attempt to clear GH actions cache with key (#4878)

This commit is contained in:
Dylan Schiemann
2022-03-08 21:20:30 -07:00
committed by GitHub
parent 4d28948b90
commit 456d9baece

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 }}