Skip to content

Commit 0ad6afc

Browse files
committed
fix(ci): trying another version and keeping node 20
1 parent 94215e2 commit 0ad6afc

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)