Skip to content

Commit

Permalink
doc(comment): Include comment about workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche committed Jun 14, 2024
1 parent 48d915b commit 092f30c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: "Pin node version to workaround issue https://github.com/cycjimmy/semantic-release-action/issues/159"
# Workaround for issue: https://github.com/cycjimmy/semantic-release-action/issues/159
- name: "Pin node version"
uses: actions/setup-node@v2
with:
node-version: '14'
Expand Down

0 comments on commit 092f30c

Please sign in to comment.