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 1fe2fd6 commit 66f45eeCopy full SHA for 66f45ee
.github/workflows/node.js.yml
@@ -20,11 +20,16 @@ jobs:
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
22
steps:
23
- - uses: actions/checkout@v2
+ - name: Checkout repo
24
+ uses: actions/checkout@v2
25
+ with:
26
+ fetch-depth: 2
27
+
28
- name: Use Node.js ${{ matrix.node-version }}
29
uses: actions/setup-node@v1
30
with:
31
node-version: ${{ matrix.node-version }}
32
33
- name: Install yarn
34
run: npm i -g yarn
35
- name: Install dependencies
0 commit comments