Skip to content

Commit dcc27de

Browse files
committed
Fix release job
1 parent d9ec886 commit dcc27de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v3
12+
with:
13+
node-version: "16"
1114
with:
1215
fetch-depth: 0
1316
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)