From: XhmikosR Date: Tue, 28 Apr 2020 15:06:03 +0000 (+0300) Subject: CI: remove no longer needed steps (#30674) X-Git-Tag: v5.0.0-alpha1~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06c3c144b6c64be3cd779e8021d534048225f8a1;p=thirdparty%2Fbootstrap.git CI: remove no longer needed steps (#30674) The latest `actions/setup-node` prints this info by default --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb2474811a..02ce6d19dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,8 +22,6 @@ jobs: with: node-version: ${{ matrix.node }} - - run: node --version - - run: npm --version - run: java -version - name: Set up npm cache