Skip to content

Commit

Permalink
bump checkout to v2, pin setup-node to v1 (actions#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple authored Jan 14, 2020
1 parent c514e74 commit 461fc2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: toolkit-unit-tests
on:
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
- '**.md'

jobs:

Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2

- name: Set Node.js 12.x
uses: actions/setup-node@master
uses: actions/setup-node@v1
with:
node-version: 12.x

Expand Down

0 comments on commit 461fc2b

Please sign in to comment.