Skip to content

Commit c03b7bb

Browse files
authored
Add NodeJS 22 back to build
Also ensure date env var is set
1 parent a5191a3 commit c03b7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
node: [18, 20]
30+
node: [18, 20, 22]
3131
suffix: ["", "-minimal"]
3232

3333
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -60,7 +60,7 @@ jobs:
6060
- name: Get Date
6161
id: date
6262
# run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%SZ')"
63-
run : echo "data=$(date +'%Y-%m-%dT%H:%M:%SZ')"
63+
run: echo "date=$(date +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
6464
- name: Get Node-RED Version
6565
id: nrVersion
6666
run: |

0 commit comments

Comments
 (0)