]> 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)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 28 Apr 2020 17:59:30 +0000 (20:59 +0300)
The latest `actions/setup-node` prints this info by default

.github/workflows/test.yml

index ea38f78efe8f74891fbfa5bbe82e7d1c31a78fbc..685aa13f105979d892ef80cf0892885b23d630f9 100644 (file)
@@ -56,8 +56,6 @@ jobs:
       - run: ruby --version
       - run: gem --version
       - run: bundle --version
-      - run: node --version
-      - run: npm --version
       - run: java -version
 
       - name: Install npm dependencies