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.
1 parent dab1346 commit 0b7cf8cCopy full SHA for 0b7cf8c
.github/workflows/script.yml
@@ -21,7 +21,6 @@ jobs:
21
22
- name: Check Node.js LTS Version
23
run: |
24
- set -x
25
latest_lts_version=$(node src/getLatestNodeVersion.js)
26
echo "Latest LTS version: $latest_lts_version"
27
existing_release=$(gh release view --json tagName --jq '.tagName' | sort -V | tail -n 1)
0 commit comments