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:
authorXhmikosR <xhmikosr@gmail.com>2020-04-29 10:55:05 +0300
committerGitHub <noreply@github.com>2020-04-29 10:55:05 +0300
commit63f714f3eccb0ecc5147fcf49ca7a253acf0d7f1 (patch)
tree2e60f62a1981636eaa0312b2bfbaa18143bb40f3 /.github
parent46fbfe903ac71ebf076b62d14df26c42a2bb0402 (diff)
CI updates (#230)
* remove no longer needed steps; the latest `actions/setup-node` prints this info by default * test.yml: switch to Node.js 12.x.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml3
-rw-r--r--.github/workflows/test.yml4
2 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 3064dde11..a799a735c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -22,9 +22,6 @@ jobs:
with:
node-version: "${{ env.NODE }}"
- - run: node --version
- - run: npm --version
-
- name: Set up npm cache
uses: actions/cache@v1
with:
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