Skip to content

Commit 50ee577

Browse files
Merge pull request #261 from DazzlingFugu/ci-remove-node-version-use-default-value
2 parents 52a7423 + aeb7171 commit 50ee577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release-publish.yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2222
uses: DazzlingFugu/.github/.github/workflows/js--tag-release-publish.yml@master
2323
with:
24-
node-version: 12
24+
node-version: 18
2525
package-manager: yarn
2626
secrets:
2727
npm-automation-token: ${{ secrets.NPM_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)