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

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-05-24 09:30:56 +0300
committerGitHub <noreply@github.com>2022-05-24 09:30:56 +0300
commit8d96c6b0f895e3105d5498f87c44ee64c709092a (patch)
tree8404f04691e3afd3e7497615e09e803dcde9904b
parent9b0266d3738f29ca7ec796ca22900d2d987e782f (diff)
CI: add Node.js 18 and limit push trigger to main (#154)
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5525761..eca1e0c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,8 +2,8 @@ name: Tests
on:
push:
- branches-ignore:
- - "dependabot/**"
+ branches:
+ - main
pull_request:
workflow_dispatch:
@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node: [12, 14, 16]
+ node: [12, 14, 16, 18]
steps:
- name: Clone repository