chore: rebuild yarn

This commit is contained in:
Matthew Russell
2023-08-14 16:38:15 +01:00
parent 2d284a427f
commit 1472bb4f45
+2 -2
View File
@@ -29,8 +29,8 @@ jobs:
path: node_modules
key: ${{ runner.os }}-cache-node-modules-${{ hashFiles('yarn.lock') }}
# comment out "restore-keys" if you need to rebuild yarn from 0
restore-keys: |
${{ runner.os }}-cache-node-modules-
# restore-keys: |
# ${{ runner.os }}-cache-node-modules-
- name: Setup node
uses: actions/setup-node@v3