Skip to content

Commit 98bd586

Browse files
committed
add nod
1 parent ea8e866 commit 98bd586

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/increment-version.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23+
- name: Setup Node.js
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: "20.10.8"
27+
2328
- uses: actions/github-script@v4
2429
name: "Increment Version and Raise Pull Request"
2530
with:

0 commit comments

Comments
 (0)