diff --git a/.github/workflows/setup/action.yml b/.github/workflows/setup/action.yml index dcf96b31..4fb99003 100644 --- a/.github/workflows/setup/action.yml +++ b/.github/workflows/setup/action.yml @@ -12,7 +12,7 @@ runs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: 'pnpm' - name: Install Node packages