We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548f6a5 commit 793fc58Copy full SHA for 793fc58
1 file changed
.github/workflows/get-supported-node-versions.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Get supported Node.js versions
19
id: get_versions
20
run: |
21
- NODE_VERSIONS = $(curl --silent https://raw.githubusercontent.com/nodejs/Release/main/schedule.json | jq --compact-output '
+ NODE_VERSIONS=$(curl --silent https://raw.githubusercontent.com/nodejs/Release/main/schedule.json | jq --compact-output '
22
def today: now | strftime("%Y-%m-%d");
23
to_entries
24
| map(select(.value.end > today))
0 commit comments