Skip to content

Commit fcb5270

Browse files
lint cleanups
1 parent 14ff21b commit fcb5270

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-node-fibers.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build node-fibers with prebuilt Node
22

33
on:
44
workflow_run:
5-
workflows: ["Build Node"]
5+
workflows: [Build Node]
66
types:
77
- completed
88

@@ -48,4 +48,3 @@ jobs:
4848
node -v
4949
npm install --nodedir="$GITHUB_WORKSPACE/node-install/usr/local"
5050
npm test
51-

.github/workflows/build-node.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@ jobs:
6464
with:
6565
name: node-${{ env.NODE_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ steps.meta.outputs.build_id }}
6666
path: artifacts/${{ env.NODE_ARCHIVE }}
67-

0 commit comments

Comments
 (0)