diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4c588c..4d96f21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI on: + push: pull_request: branches: - main @@ -13,7 +14,7 @@ jobs: - uses: actions/setup-node@v3 with: cache: npm - node-version: 18 + node-version: 22 - name: Install dependencies run: npm ci