diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69afdce..f75a9f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: + ssh-key: ${{ secrets.RUNNER_SSH_KEY }} node-version: 20 cache: 'npm' - name: Install dependencies