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

github.com/twbs/stylelint-config-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 17:05:37 +0300
committerGitHub <noreply@github.com>2020-04-28 17:05:37 +0300
commitf3e38cd5ad441444b340b40a4d5b17336c10c7a5 (patch)
treed922688d364fda0dbc849ffa50205c298b884fe9 /.github
parentb3c7d6f1c9ee5533ef405c1643e6dd3404c5f066 (diff)
CI: remove no longer needed steps
The latest `actions/setup-node` prints this info by default
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1996c41..1a76891 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,9 +28,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
- - run: node --version
- - run: npm --version
-
- name: Install npm dependencies
run: npm ci