Skip to content
Snippets Groups Projects
Unverified Commit 582ab20e authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Use checkout v2 for npm build action


Saves checking out the whole tree.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent 4503cff5
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ jobs: ...@@ -17,7 +17,7 @@ jobs:
node-version: [12.x] node-version: [12.x]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: Use node ${{ matrix.node-version }} - name: Use node ${{ matrix.node-version }}
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment