diff --git a/.github/workflows/TASKLIST_CARBONISATION.yml b/.github/workflows/TASKLIST_CARBONISATION.yml index 3db3fbe83..d2b8fa1bc 100644 --- a/.github/workflows/TASKLIST_CARBONISATION.yml +++ b/.github/workflows/TASKLIST_CARBONISATION.yml @@ -22,13 +22,13 @@ jobs: path: tasklist ref: "master" - name: Setup form-js cache - uses: actions/setup-node@72c43c2d8fa01b0e1ca5fc3f8cb258c8d8bd286d + uses: actions/setup-node@2a017f350dbf6c4b6bb4508cc83809719115162e with: node-version: "20" cache: "npm" cache-dependency-path: ./form-js/package-lock.json - name: Setup Tasklist cache - uses: actions/setup-node@72c43c2d8fa01b0e1ca5fc3f8cb258c8d8bd286d + uses: actions/setup-node@2a017f350dbf6c4b6bb4508cc83809719115162e with: node-version: "20" cache: "yarn"