diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab2812c4..39095469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "24" - name: Fetch Events from Peoply API run: node .github/fetch-events.js