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

github.com/twbs/rfs.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:52:24 +0300
committerGitHub <noreply@github.com>2020-04-28 17:52:24 +0300
commit6fec127bdc03f712bfb0bc05cd1486ea5279d5c1 (patch)
tree5d7f003fca04d392a2783c32725bc55ace22a177 /.github
parentb86864e789090815f6e26ec453092415acf94eb3 (diff)
CI: remove no longer needed steps (#255)
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 ec0e4c5..fe69b5e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -22,9 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
- - run: node --version
- - run: npm --version
-
- name: Install npm dependencies
run: npm ci