We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c9bcd commit f175aaaCopy full SHA for f175aaa
1 file changed
.github/workflows/build_multi_arch_image.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: setup node
74
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
75
with:
76
- node-version-file: .tool-versions
+ node-version: '24.14.0'
77
78
- name: make install
79
run: |
0 commit comments