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 e523ed8 commit 1088d93Copy full SHA for 1088d93
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
mkdir -p ${{ env.MIWG_PATH }}
22
git clone https://github.com/bpmn-io/bpmn-miwg-test-suite.git ${{ env.MIWG_PATH }}
23
- name: Use Node.js
24
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
25
with:
26
node-version: ${{ matrix.node-version }}
27
cache: 'npm'
.github/workflows/MIWG.yml
@@ -27,7 +27,7 @@ jobs:
28
29
30
31
32
33
- name: Install dependencies
0 commit comments