Skip to content

Commit 17b75a9

Browse files
committed
Pin versions
1 parent 275c3e1 commit 17b75a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-changelog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: '10.x'
18+
node-version: '12.x'
1919
- name: Update dependencies
20-
run: npm install -g standard-version
20+
run: npm install -g standard-version@7.1.0
2121
- name: Generate changelog
2222
run: standard-version
2323
- run: cat CHANGELOG.md

0 commit comments

Comments
 (0)