Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-04-28 18:06:03 +0300
committerGitHub <noreply@github.com>2020-04-28 18:06:03 +0300
commit06c3c144b6c64be3cd779e8021d534048225f8a1 (patch)
treefeb605935abe0eaca5c4508a1f0b3affea5b01c3 /.github
parentacaa44cc0e956fd1903a6d4b089accf074fde044 (diff)
CI: remove no longer needed steps (#30674)
The latest `actions/setup-node` prints this info by default
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 0 insertions, 2 deletions
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