diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index cf61b41..d98aa1a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,6 +20,9 @@ jobs: runs-on: ${{ matrix.os }} steps: + - name: Checkout repo + uses: actions/checkout@v4 + - name: Checkout gh-pages as cache uses: actions/checkout@v4 with: