diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 04ced5a470f..f042b4036a6 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -53,10 +53,10 @@ jobs: uses: actions/checkout@v3 with: submodules: true - - name: Use Node.js v18 + - name: Use Node.js v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: yarn - name: Install Dependencies run: yarn --immutable