Skip to content

Commit 87a4849

Browse files
authored
fix: remove node version print from ci (#332)
1 parent 08b2cbb commit 87a4849

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
uses: actions/setup-node@v3
2929
with:
3030
node-version: ${{ matrix.node }}
31-
- name: Print Node Version
32-
run: node --version
3331
- name: Prepare Install (if applicable)
3432
run: node prepare-install.js
3533
- name: Install Dependencies

0 commit comments

Comments
 (0)