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 41d9fcc commit f69fcddCopy full SHA for f69fcdd
.github/workflows/reviewing_changes.yml
@@ -51,6 +51,11 @@ jobs:
51
console.log('Failed to create check run')
52
}
53
54
+ - name: Setup node
55
+ uses: actions/setup-node@v3
56
+ with:
57
+ node-version: ${{ matrix.node }}
58
+
59
- name: Setup staging npm package
60
if: ${{ github.event.inputs.package_url != '' }}
61
run: |
@@ -63,11 +68,6 @@ jobs:
63
68
npm publish staging_package.tgz --registry http://localhost:4873/
64
69
shell: bash
65
70
66
- - name: Setup node
67
- uses: actions/setup-node@v3
- with:
- node-version: ${{ matrix.node }}
-
71
- name: Install dependencies
72
run: npm install
73
0 commit comments