CI: Use checkout@v2 and setup-node@v2 (#617)

- actions/checkout v2 is faster by doing a shallow clone
- actions/setup-node v2 improves reliability
pull/636/head
Ewout ter Hoeven 2021-01-26 12:22:02 +01:00 zatwierdzone przez GitHub
rodzic 5ce1ef1683
commit a9303af9a9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -16,10 +16,10 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12