diff --git a/.github/workflows/choco.yaml b/.github/workflows/choco.yaml index 00863a2..764c7b5 100644 --- a/.github/workflows/choco.yaml +++ b/.github/workflows/choco.yaml @@ -15,7 +15,7 @@ jobs: key: ${{ runner.os }}-cache - name: Set Choco cache path run: choco config set cacheLocation $env:TEMP - - name: Install Node.js + - name: Install Node.js 20 uses: actions/setup-node@v4 with: node-version: 20.10.x