kopia lustrzana https://github.com/mifi/lossless-cut
CI: Use checkout@v2 and setup-node@v2 (#617)
- actions/checkout v2 is faster by doing a shallow clone - actions/setup-node v2 improves reliabilitypull/636/head
rodzic
5ce1ef1683
commit
a9303af9a9
|
@ -16,10 +16,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Node.js, NPM and Yarn
|
- name: Install Node.js, NPM and Yarn
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue