From 8bc87a82e5bed03db271ef1e54f0edd739de01f5 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 16 Jan 2026 16:57:07 +0900 Subject: [PATCH] test renovate version --- .github/workflows/test.yaml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 722c4dce..0746154c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,13 +1,21 @@ --- name: test -on: - push: - tags: - - v* +on: pull_request jobs: - test: + test-1: runs-on: ubuntu-24.04 steps: - - run: echo "$PAYLOAD" - env: - PAYLOAD: ${{ toJson(github.event) }} + - run: npx --yes --package "renovate" -c 'renovate --version' + + test-2: + runs-on: ubuntu-24.04 + steps: + - run: npx --yes --package "renovate@latest" -c 'renovate --version' + + test-3: + runs-on: ubuntu-24.04 + steps: + - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + with: + node-version: 22 + - run: npx --yes --package "renovate" -c 'renovate --version'