Skip to content

Commit 7f96304

Browse files
authored
Merge pull request #16 from InputObject2/hotfix/workflow-release
fix(ci): removing node 20
2 parents 7b041fd + 54d402c commit 7f96304

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ 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-
2318
- name: Bump Version and Create Release
2419
uses: phips28/gh-action-bump-version@v11.0.7
2520
env:

0 commit comments

Comments
 (0)