From cf349593aeaf70303a85edb06ccd4abeaa7bd60e Mon Sep 17 00:00:00 2001 From: rodrigopavezi Date: Tue, 16 Dec 2025 11:31:48 +0100 Subject: [PATCH] chore: update Node.js version in GitHub Actions from 20 to 22 --- .github/actions/deploy/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy/action.yaml b/.github/actions/deploy/action.yaml index 702e5e6..e1effff 100644 --- a/.github/actions/deploy/action.yaml +++ b/.github/actions/deploy/action.yaml @@ -14,7 +14,7 @@ runs: - uses: actions/checkout@v3 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: yarn - name: install packages shell: sh