Skip to content

Commit e001600

Browse files
lgritzCopilot
andauthored
Update .github/workflows/build-steps.yml
Co-authored-by: Copilot <[email protected]> Signed-off-by: Larry Gritz <[email protected]>
1 parent 27ee43f commit e001600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
steps:
123123
- name: install nodejs20glibc2.17
124-
if: inputs.old_node == 1
124+
if: inputs.old_node == '1'
125125
run: |
126126
curl --silent https://unofficial-builds.nodejs.org/download/release/v20.18.1/node-v20.18.1-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217 -f -
127127
- name: Checkout repo

0 commit comments

Comments
 (0)