Skip to content

Commit f0f914c

Browse files
committed
fix node version
1 parent ef2d568 commit f0f914c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
call-test-workflow:
88
uses: ./.github/workflows/test-workflow.yml
99
with:
10-
node-version: '18'
10+
node-version: ${{ vars.NODE_VERSION }}
1111
call-release-workflow:
1212
uses: ./.github/workflows/release-workflow.yml
1313
needs: call-test-workflow
1414
with:
15-
node-version: '18'
15+
node-version: ${{ vars.NODE_VERSION }}

0 commit comments

Comments
 (0)