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 1e269ba commit f0babfaCopy full SHA for f0babfa
.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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
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