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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9c17fc3b3..f3e97e740 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Tests
on: [push, pull_request]
env:
CI: true
- NODE: 10.x
+ NODE: 12.x
jobs:
test:
@@ -17,8 +17,6 @@ jobs:
with:
node-version: "${{ env.NODE }}"
- - run: node --version
- - run: npm --version
- run: java -version
- name: Set up npm cache