Skip to content

Commit f69fcdd

Browse files
committed
fix:
1 parent 41d9fcc commit f69fcdd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reviewing_changes.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
console.log('Failed to create check run')
5252
}
5353
54+
- name: Setup node
55+
uses: actions/setup-node@v3
56+
with:
57+
node-version: ${{ matrix.node }}
58+
5459
- name: Setup staging npm package
5560
if: ${{ github.event.inputs.package_url != '' }}
5661
run: |
@@ -63,11 +68,6 @@ jobs:
6368
npm publish staging_package.tgz --registry http://localhost:4873/
6469
shell: bash
6570

66-
- name: Setup node
67-
uses: actions/setup-node@v3
68-
with:
69-
node-version: ${{ matrix.node }}
70-
7171
- name: Install dependencies
7272
run: npm install
7373

0 commit comments

Comments
 (0)