diff --git a/.github/actions/prepare/action.yaml b/.github/actions/prepare/action.yaml index cb21d4c63eb..9f290012d6e 100644 --- a/.github/actions/prepare/action.yaml +++ b/.github/actions/prepare/action.yaml @@ -6,7 +6,7 @@ runs: steps: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Allow modern Yarn run: corepack enable shell: bash