Skip to content

Commit f05426b

Browse files
Update build-node.yml
the editors keep sneaking in spaces
1 parent b6c08a5 commit f05426b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
NODE_PATCH_VERSION=$(grep '#define NODE_PATCH_VERSION' node/src/node_version.h | awk '{print $3}')
4343
NODE_VERSION="v${NODE_MAJOR_VERSION}.${NODE_MINOR_VERSION}.${NODE_PATCH_VERSION}"
4444
echo "NODE_VERSION=${NODE_VERSION}" >> $GITHUB_ENV
45-
45+
4646
- name: Set build metadata
4747
id: meta
4848
working-directory: node

0 commit comments

Comments
 (0)