CI: Cleanup, checkout v2 (#24)

- Remove the fail-fast: tag, it's non-functional since a matrix isn't used anymore
- Update to the faster checkout v2
This commit is contained in:
Ewout ter Hoeven
2021-02-01 13:01:31 +01:00
committed by GitHub
parent 87f7e3e8ba
commit aa2e60900e
2 changed files with 4 additions and 8 deletions
+2 -4
View File
@@ -13,11 +13,9 @@ jobs:
test:
name: default
runs-on: windows-latest
strategy:
fail-fast: false
steps:
- name: Check out source code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Download Internet
run: npm install
- name: Enable Developer Command Prompt
@@ -32,6 +30,6 @@ jobs:
runs-on: windows-latest
steps:
- name: Check out source code
uses: actions/checkout@v1
uses: actions/checkout@v2
- run: npm install
- run: npm audit --audit-level=moderate