Skip to content

Commit

Permalink
CI: remove no longer needed steps (twbs#30674)
Browse files Browse the repository at this point in the history
The latest `actions/setup-node` prints this info by default
  • Loading branch information
XhmikosR committed Apr 28, 2020
1 parent acaa44c commit 06c3c14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- run: node --version
- run: npm --version
- run: java -version

- name: Set up npm cache
Expand Down

0 comments on commit 06c3c14

Please sign in to comment.