We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af6bf8 commit 8a33c88Copy full SHA for 8a33c88
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
os: [ubuntu-latest, macos-latest]
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
13
- name: Use Node.js
14
uses: actions/setup-node@v1
15
with:
@@ -24,7 +24,7 @@ jobs:
24
- name: Run Tests
25
run: npm test
26
- name: Coveralls Parallel
27
- uses: coverallsapp/github-action@v1.1.2
+ uses: coverallsapp/github-action@v1.1.3
28
29
flag-name: run-${{ matrix.os }}-${{ matrix.node-version }}
30
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
36
- name: Coveralls
37
38
39
40
parallel-finished: true
0 commit comments