Skip to content

Commit

Permalink
Merge pull request #427 from hardillb/dev
Browse files Browse the repository at this point in the history
Add NodeJS 22 back to docker builds for 4.0
  • Loading branch information
knolleary authored May 14, 2024
2 parents b57223e + c03b7bb commit acb64a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
node: [18, 20]
node: [18, 20, 22]
suffix: ["", "-minimal"]

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

0 comments on commit acb64a7

Please sign in to comment.