diff --git a/.github/workflows/ci1.yml b/.github/workflows/ci1.yml index 5761d4ae3809..803de5f65b85 100644 --- a/.github/workflows/ci1.yml +++ b/.github/workflows/ci1.yml @@ -13,17 +13,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up JDK 17 - uses: actions/setup-java@v3 - with: - distribution: 'adopt' - java-version: '17' - - # Ensure Node.js is installed to run yarn commands - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' # Install dependencies using yarn - name: Install dependencies