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 d89b27b commit 68ab2d3Copy full SHA for 68ab2d3
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout
10
uses: actions/checkout@v5
11
- name: Use Node.js
12
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
13
with:
14
node-version: 20
15
cache: 'npm'
.github/workflows/DMN_TCK.yml
@@ -16,7 +16,7 @@ jobs:
16
repository: dmn-tck/tck
17
path: tmp/dmn-tck
18
19
20
21
22
.github/workflows/DMN_TCK_UPDATE.yml
@@ -17,7 +17,7 @@ jobs:
23
0 commit comments