File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1313 release :
1414 types :
1515 - created
16+ workflow_dispatch :
1617
1718env :
1819 php-version : ' 8.1'
1920 laravel-version : ' 8.*'
21+ node-version : 14
2022
2123jobs :
2224 tests :
@@ -133,14 +135,19 @@ jobs:
133135 with :
134136 fetch-depth : 0 # Get all tags
135137
138+ - name : Use Node.js ${{ env.node-version }}
139+ uses : actions/setup-node@v2
140+ with :
141+ node-version : ${{ env.node-version }}
142+
136143 - name : Semantic Release
137144 uses : cycjimmy/semantic-release-action@v2
138145 id : semantic
139146 env :
140147 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
141148 GH_TOKEN_RELEASE : ${{ secrets.GH_TOKEN_RELEASE }}
142149 with :
143- semantic_version : 17.3.7
150+ semantic_version : 18
144151 extra_plugins : |
145152 @semantic-release/changelog
146153 semantic-release-github-pullrequest
You can’t perform that action at this time.
0 commit comments