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 de38262 commit 8947b55Copy full SHA for 8947b55
.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@802632921f8532d2409ae6eac3313b6f81f11122
+ uses: actions/setup-node@22c0e7494f4cf8e8133097a3fefafe255caf66eb
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