Skip to content

Commit 1d71cc1

Browse files
committed
ci: pin node version
1 parent 245cb60 commit 1d71cc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- uses: actions/setup-python@v2
3232
with:
3333
python-version: 3.9
34+
- uses: actions/setup-node@v2
35+
with:
36+
node-version: '14' # https://github.com/cycjimmy/semantic-release-action/issues/79#issuecomment-955463633
3437
- uses: cycjimmy/semantic-release-action@v2
3538
with:
3639
semantic_version: 18

0 commit comments

Comments
 (0)