mirror of https://github.com/actions/toolkit
bump checkout to v2, pin setup-node to v1 (#277)
parent
c514e7481a
commit
461fc2b9c9
|
@ -1,5 +1,5 @@
|
|||
name: toolkit-unit-tests
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
@ -7,7 +7,7 @@ on:
|
|||
- '**.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue