Skip to content

Commit 641e52b

Browse files
committed
feat: upgrade checkout version and remove most tests
1 parent 2f5e838 commit 641e52b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/semantic-release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node: [12, 13, 14]
16+
node: [14]
1717
os:
1818
# - ubuntu-latest
19-
- windows-latest
19+
# - windows-latest
2020
- macOS-latest
2121

2222
steps:
@@ -39,7 +39,9 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v1
42+
uses: actions/checkout@v2
43+
with:
44+
fetch-depth: 0
4345
- name: Setup Node
4446
uses: actions/setup-node@v1
4547
with:

0 commit comments

Comments
 (0)