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 2f5e838 commit 641e52bCopy full SHA for 641e52b
.github/workflows/semantic-release.yml
@@ -13,10 +13,10 @@ jobs:
13
14
strategy:
15
matrix:
16
- node: [12, 13, 14]
+ node: [14]
17
os:
18
# - ubuntu-latest
19
- - windows-latest
+ # - windows-latest
20
- macOS-latest
21
22
steps:
@@ -39,7 +39,9 @@ jobs:
39
runs-on: ubuntu-latest
40
41
- name: Checkout
42
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
43
+ with:
44
+ fetch-depth: 0
45
- name: Setup Node
46
uses: actions/setup-node@v1
47
with:
0 commit comments