We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdf90d commit 74bc7aeCopy full SHA for 74bc7ae
.github/workflows/TASKLIST_CARBONISATION.yml
@@ -26,13 +26,13 @@ jobs:
26
path: zeebe
27
ref: 'main'
28
- name: Setup form-js cache
29
- uses: actions/setup-node@abb238b1313d8ef4d3e3a96d204e08329cafbf85
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
30
with:
31
node-version: '20'
32
cache: 'npm'
33
cache-dependency-path: ./form-js/package-lock.json
34
- name: Setup Tasklist cache
35
36
37
38
cache: 'yarn'
0 commit comments