We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1ae65 commit b5e0657Copy full SHA for b5e0657
.github/workflows/CHECK_UPDATE.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ ubuntu-latest ]
11
- node-version: [ 20 ]
+ node-version: [ 24 ]
12
13
runs-on: ${{ matrix.os }}
14
@@ -31,8 +31,6 @@ jobs:
31
path: camunda-docs
32
- name: Update builtins
33
run: npm run compile-builtins
34
- - name: All
35
- run: npm run all
36
- name: Create PRs automatically
37
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
38
with:
0 commit comments