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.
2 parents b57223e + c03b7bb commit acb64a7Copy full SHA for acb64a7
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
28
strategy:
29
matrix:
30
- node: [18, 20]
+ node: [18, 20, 22]
31
suffix: ["", "-minimal"]
32
33
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -60,7 +60,7 @@ jobs:
60
- name: Get Date
61
id: date
62
# run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%SZ')"
63
- run : echo "data=$(date +'%Y-%m-%dT%H:%M:%SZ')"
+ run: echo "date=$(date +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
64
- name: Get Node-RED Version
65
id: nrVersion
66
run: |
0 commit comments