From 847698509463c385561f962a6be53b2ef6460f67 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 21 Sep 2019 12:15:37 +0300 Subject: Actions updates (#165) --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') 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 -- cgit v1.2.3