diff --git a/.github/workflows/sync-batch-1.yml b/.github/workflows/sync-batch-1.yml index 1f8c3af..fbf6a6b 100644 --- a/.github/workflows/sync-batch-1.yml +++ b/.github/workflows/sync-batch-1.yml @@ -21,13 +21,13 @@ jobs: strategy: matrix: - node-version: [24.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' diff --git a/.github/workflows/sync-batch-2.yml b/.github/workflows/sync-batch-2.yml index e4ced10..56f48c8 100644 --- a/.github/workflows/sync-batch-2.yml +++ b/.github/workflows/sync-batch-2.yml @@ -21,13 +21,13 @@ jobs: strategy: matrix: - node-version: [24.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' diff --git a/.github/workflows/sync-batch-3.yml b/.github/workflows/sync-batch-3.yml index f2b74dd..5464103 100644 --- a/.github/workflows/sync-batch-3.yml +++ b/.github/workflows/sync-batch-3.yml @@ -21,13 +21,13 @@ jobs: strategy: matrix: - node-version: [24.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' diff --git a/.github/workflows/sync-batch-4.yml b/.github/workflows/sync-batch-4.yml index 571bf0a..201791f 100644 --- a/.github/workflows/sync-batch-4.yml +++ b/.github/workflows/sync-batch-4.yml @@ -21,13 +21,13 @@ jobs: strategy: matrix: - node-version: [24.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' diff --git a/.github/workflows/sync-batch-5.yml b/.github/workflows/sync-batch-5.yml index 4f2a180..843877c 100644 --- a/.github/workflows/sync-batch-5.yml +++ b/.github/workflows/sync-batch-5.yml @@ -21,13 +21,13 @@ jobs: strategy: matrix: - node-version: [24.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' diff --git a/.github/workflows/sync-batch-6.yml b/.github/workflows/sync-batch-6.yml index 5a829e7..7496776 100644 --- a/.github/workflows/sync-batch-6.yml +++ b/.github/workflows/sync-batch-6.yml @@ -21,13 +21,13 @@ jobs: strategy: matrix: - node-version: [24.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn'