diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 609c0f1..c86480d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: id: get-runs-using-version uses: zgosalvez/github-actions-get-action-runs-using-version@853b59b8486c8a7869ca4fb1735959ac58b32262 - name: Set up Node - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 with: node-version: v${{ steps.get-runs-using-version.outputs.version }} - name: Cache Node Packages