Skip to content

Commit

Permalink
Workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed May 3, 2020
1 parent 350a0bd commit 2534244
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
@@ -1,4 +1,4 @@
name: Node.js CI
name: NPM Test

on: [push, pull_request]

Expand All @@ -14,8 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: OS ${{ matrix.os }} ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/setup-node@v1.2.0
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit 2534244

Please sign in to comment.