From 4483fa75a9ecf1f5bebdf6b07e0d06b81de3a3a6 Mon Sep 17 00:00:00 2001 From: MrChocolatine <47531779+MrChocolatine@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:37:31 +0000 Subject: [PATCH] ci(tag-release-publish): update `node-version` to v18 --- .github/workflows/tag-release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-release-publish.yml b/.github/workflows/tag-release-publish.yml index 2e06c9e0..7fea7f7d 100644 --- a/.github/workflows/tag-release-publish.yml +++ b/.github/workflows/tag-release-publish.yml @@ -21,7 +21,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: DazzlingFugu/.github/.github/workflows/js--tag-release-publish.yml@master with: - node-version: 14 + node-version: 18 package-manager: yarn secrets: npm-automation-token: ${{ secrets.NPM_AUTOMATION_TOKEN }}