Merge pull request #19286 from nextcloud/actions/checkout/node/v2
Use checkout v2 for npm build action
This commit is contained in:
commit
1ae1d95d8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue