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 008e1c7 commit 4c000cdCopy full SHA for 4c000cd
.github/workflows/lint.yml
@@ -5,7 +5,9 @@ jobs:
5
commitlint:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
9
+ with:
10
+ fetch-depth: 0
11
- uses: wagoid/[email protected]
12
env:
13
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/nodejs.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
- name: Use Node.js ${{ matrix.node-version }}
25
uses: actions/setup-node@v1
26
with:
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ${{ matrix.os }}
45
46
47
48
- uses: actions/setup-node@v1
49
50
node-version: 12.x
0 commit comments