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