Skip to content

Commit

Permalink
fix: Pin node version
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche committed May 30, 2024
1 parent dccf3ac commit dd0da53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
Expand Down

0 comments on commit dd0da53

Please # to comment.