Skip to content

Commit

Permalink
fix: remove node version print from ci (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Dec 5, 2022
1 parent 08b2cbb commit 87a4849
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Print Node Version
run: node --version
- name: Prepare Install (if applicable)
run: node prepare-install.js
- name: Install Dependencies
Expand Down

0 comments on commit 87a4849

Please sign in to comment.