Use checkout v2 for npm build action

Saves checking out the whole tree.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2020-02-03 21:55:24 +01:00
parent 4503cff51a
commit 582ab20e9d
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -17,7 +17,7 @@ jobs:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with: