diff --git a/.github/workflows/test_other_branches.yml b/.github/workflows/test_other_branches.yml index 8355ad9..daf4e0f 100644 --- a/.github/workflows/test_other_branches.yml +++ b/.github/workflows/test_other_branches.yml @@ -22,12 +22,12 @@ jobs: tools: composer:v2 - name: Set up Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '20.x' - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0