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 14ff21b commit fcb5270Copy full SHA for fcb5270
.github/workflows/build-node-fibers.yml
@@ -2,7 +2,7 @@ name: Build node-fibers with prebuilt Node
2
3
on:
4
workflow_run:
5
- workflows: ["Build Node"]
+ workflows: [Build Node]
6
types:
7
- completed
8
@@ -48,4 +48,3 @@ jobs:
48
node -v
49
npm install --nodedir="$GITHUB_WORKSPACE/node-install/usr/local"
50
npm test
51
-
.github/workflows/build-node.yml
@@ -64,4 +64,3 @@ jobs:
64
with:
65
name: node-${{ env.NODE_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}-${{ steps.meta.outputs.build_id }}
66
path: artifacts/${{ env.NODE_ARCHIVE }}
67
0 commit comments