From f42914ff6101b79e77235a95a68be21f76806c44 Mon Sep 17 00:00:00 2001 From: daishi Date: Fri, 22 Nov 2024 21:13:29 +0900 Subject: [PATCH] a fix --- .github/workflows/ecosystem-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index 649000ada8..6d75628888 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -7,7 +7,7 @@ on: jobs: trigger: runs-on: ubuntu-latest - if: github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run') + if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run') }} steps: - uses: actions/checkout@v4 with: @@ -15,7 +15,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 cache: 'pnpm' cache-dependency-path: '**/pnpm-lock.yaml' - run: pnpm install --frozen-lockfile