Skip to content

Commit 4dd1869

Browse files
authored
Merge pull request #54 from IvanOfThings/feat/fix-release-node-version
🐛 fix release CI step node version
2 parents eb8e04a + 64745b0 commit 4dd1869

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/merge-content-to-project.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15+
- uses: actions/setup-node@v4
16+
with:
17+
node-version: 20
1518
- name: Check out code into the Go module directory
16-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
1720

1821
- name: "Release with semantic-release"
1922
run: npx semantic-release --debug

0 commit comments

Comments
 (0)