From c05c6cd89d6aa48f13979f7777b7bab47976c82a Mon Sep 17 00:00:00 2001 From: Marcos Pereira Jr Date: Tue, 13 Feb 2024 17:35:36 -0300 Subject: [PATCH] fix: action bump --- .github/workflows/bump.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index c623d74..f265dc9 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.PAT_TOKEN }} - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: determine-version run: | VERSION=$(npx semantic-release --branches master --dry-run | { grep -i 'the next release version is' || test $? = 1; } | sed -E 's/.* ([[:digit:].]+)$/\1/')