]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: remove no longer needed steps (#30674)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 28 Apr 2020 15:06:03 +0000 (18:06 +0300)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2020 15:06:03 +0000 (18:06 +0300)
The latest `actions/setup-node` prints this info by default

.github/workflows/test.yml

index fb2474811a2e0dc1cec319a33e6cb6efdaeb70c1..02ce6d19ddeb826bccc52e542fd60a9e8d146a53 100644 (file)
@@ -22,8 +22,6 @@ jobs:
         with:
           node-version: ${{ matrix.node }}
 
-      - run: node --version
-      - run: npm --version
       - run: java -version
 
       - name: Set up npm cache