diff --git a/.github/workflows/cookieplone.yml b/.github/workflows/cookieplone.yml index 1f5dda6c0f..b541049a8b 100644 --- a/.github/workflows/cookieplone.yml +++ b/.github/workflows/cookieplone.yml @@ -15,6 +15,8 @@ jobs: matrix: node-version: [22.x] steps: + - uses: actions/checkout@v4 + - name: Set up Node.js environment uses: ./.github/actions/node_env_setup with: