Skip to content

Commit 7b041fd

Browse files
authored
Merge pull request #15 from InputObject2/hotfix/workflow-release
fix(ci): trying another version and keeping node 20
2 parents 7e0780e + 0ad6afc commit 7b041fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ jobs:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4
1717

18+
- name: Setup Node.js
19+
uses: actions/setup-node@v4
20+
with:
21+
node-version: '20'
22+
1823
- name: Bump Version and Create Release
19-
uses: phips28/gh-action-bump-version@v9.1.6
24+
uses: phips28/gh-action-bump-version@v11.0.7
2025
env:
2126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2227
with:

0 commit comments

Comments
 (0)