We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5ba7b commit e3d0a7dCopy full SHA for e3d0a7d
.github/workflows/deploy.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
node-version: '16.x'
20
cache: yarn
21
+ cache-dependency-path: gbdevio/yarn.lock
22
23
- name: Install npm requirements
24
run: yarn install
0 commit comments