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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-01-14 14:56:14 +0300
committerGitHub <noreply@github.com>2021-01-14 14:56:14 +0300
commit1a22aa714f20c4268b722319b2b83c0067d290e3 (patch)
treef66728ddea4301486e8e49910fddb3d63cbe86a2 /.github
parent9fbd3fc43fd308fcaf4e88ddb44944e53861f9c1 (diff)
CI: update to `actions/setup-node@v2` (#340)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bc38a13..b07ac4b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,7 +7,6 @@ on:
pull_request:
env:
- CI: true
FORCE_COLOR: 2
jobs:
@@ -25,7 +24,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up Node.js
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}