From edbe165e18a7e78a994d28f59b3558e784592d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= <42278642+schoero@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:32:25 +0200 Subject: [PATCH] ci: lint on push --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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