Skip to content

Commit 793fc58

Browse files
committed
Fix
1 parent 548f6a5 commit 793fc58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/get-supported-node-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Get supported Node.js versions
1919
id: get_versions
2020
run: |
21-
NODE_VERSIONS = $(curl --silent https://raw.githubusercontent.com/nodejs/Release/main/schedule.json | jq --compact-output '
21+
NODE_VERSIONS=$(curl --silent https://raw.githubusercontent.com/nodejs/Release/main/schedule.json | jq --compact-output '
2222
def today: now | strftime("%Y-%m-%d");
2323
to_entries
2424
| map(select(.value.end > today))

0 commit comments

Comments
 (0)