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>2019-09-21 12:15:37 +0300
committerGitHub <noreply@github.com>2019-09-21 12:15:37 +0300
commit847698509463c385561f962a6be53b2ef6460f67 (patch)
treeb2c40a20b4de973a466e8c65f6ea2fb59d7f07db /.github
parentbad76be6ab73e476b6f91199405362e17bac21da (diff)
Actions updates (#165)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e559352..2952d8d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,4 +1,4 @@
-name: Run tests
+name: Tests
on: [push, pull_request]
jobs:
@@ -13,12 +13,12 @@ jobs:
steps:
- name: Clone repository
- uses: actions/checkout@master
+ uses: actions/checkout@v1
- name: Set Node.js version
- uses: actions/setup-node@v1.1.0
+ uses: actions/setup-node@v1
with:
- version: ${{ matrix.node }}
+ node-version: ${{ matrix.node }}
- run: node --version
- run: npm --version