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:
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