diff --git a/.github/workflows/test-npm-install.yml b/.github/workflows/test-npm-install.yml index 99d8132..3009158 100644 --- a/.github/workflows/test-npm-install.yml +++ b/.github/workflows/test-npm-install.yml @@ -99,6 +99,9 @@ jobs: platform: win32 runs-on: ${{ matrix.os }} steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Set up Node.js uses: actions/setup-node@v4 with: