diff --git a/.github/workflows/realease-tag.yml b/.github/workflows/realease-tag.yml index 7ed93f31db..0e5c85e553 100644 --- a/.github/workflows/realease-tag.yml +++ b/.github/workflows/realease-tag.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'pnpm' - name: Install dependencies @@ -31,4 +31,4 @@ jobs: id: release_tag uses: ncipollo/release-action@v1 with: - bodyFile: '.github/changelog.md' \ No newline at end of file + bodyFile: '.github/changelog.md'