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

github.com/twbs/bootlint-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-09-02 18:25:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-09-02 18:25:15 +0300
commited386c501c60e872342e2212528adcef8e56653a (patch)
treeb7a24c4d79c5ea8851b14beb62cccf36fe2b8245 /.github/workflows
parent36919096b847b33d1d92d52e23efac7bdaf7f3d5 (diff)
Update devDependencies, CI and Node.js minimum version to 12HEADmain
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3fe0ba2..6144974 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node: [10, 12, 14]
+ node: [12, 14, 16]
steps:
- name: Clone repository