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>2020-12-28 08:30:36 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-28 08:30:36 +0300
commit27e5e9e08afb07654d0109923a48364c4a028a0d (patch)
tree11e72a46132932609a498bde7b56e53ae86d6428 /.github/workflows
parente30f2af8375d1e4376f6d12f7db15b2a83997f0b (diff)
CI: update to actions/setup-node@v2
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 979a663..0143e31 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
path: bootstrap
- name: Set up Node.js
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}