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-11-03 17:49:24 +0300
committerGitHub <noreply@github.com>2020-11-03 17:49:24 +0300
commit669c22751ff18dce7f34bc9582cf3ad1b359e10f (patch)
treeaa391da0babb4fcbcba7851f6c3f94e856719dc2 /.github
parent2e5b092871df3bc22162f4ac2853f9c0eb8b8af0 (diff)
Update CI (#483)
* switch to Node.js 14.x * skip building dependabot branches
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
-rw-r--r--.github/workflows/test.yml10
2 files changed, 9 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 8b6932f0b..4db5d1d63 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ on:
env:
CI: true
- NODE: 12.x
+ NODE: 14.x
jobs:
test:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6902d235f..cc7597a88 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,8 +1,14 @@
name: Tests
-on: [push, pull_request]
+
+on:
+ push:
+ branches-ignore:
+ - "dependabot/**"
+ pull_request:
+
env:
CI: true
- NODE: 12.x
+ NODE: 14.x
jobs:
test: